[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.130,1.131

Filip Kalinski CVS filon at mplayerhq.hu
Sat Jan 4 02:11:36 CET 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv7351

Modified Files:
	x11_common.c 
Log Message:
really not needed

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- x11_common.c	3 Jan 2003 23:52:55 -0000	1.130
+++ x11_common.c	4 Jan 2003 01:11:19 -0000	1.131
@@ -154,7 +154,6 @@
 {
 #define NET_WM_STATE_TEST(x) { if (atom == XA_NET_WM_STATE_##x) { mp_dbg( MSGT_VO,MSGL_STATUS, "[x11] Detected wm supports" #x "state.\n" ); return SUPPORT_##x; } }
  
-// mp_dbg(MSGT_VO,MSGL_DBG2, "[x11] NetWM supports %s\n",name);
  NET_WM_STATE_TEST(FULLSCREEN);
  NET_WM_STATE_TEST(ABOVE);
  NET_WM_STATE_TEST(STAYS_ON_TOP);



More information about the MPlayer-cvslog mailing list