[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.129,1.130
Arpi of Ize
arpi at mplayerhq.hu
Sat Jan 4 00:53:12 CET 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv3001
Modified Files:
x11_common.c
Log Message:
1l
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- x11_common.c 3 Jan 2003 15:30:57 -0000 1.129
+++ x11_common.c 3 Jan 2003 23:52:55 -0000 1.130
@@ -154,7 +154,7 @@
{
#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);
+// 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