[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.121,1.122

Arpi of Ize arpi at mplayerhq.hu
Mon Dec 30 21:57:06 CET 2002


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

Modified Files:
	x11_common.c 
Log Message:
2*10l :)


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- x11_common.c	30 Dec 2002 18:50:15 -0000	1.121
+++ x11_common.c	30 Dec 2002 20:57:01 -0000	1.122
@@ -139,9 +139,9 @@
   mp_dbg(MSGT_VO,MSGL_DBG2, "[x11] NetWM supports %s\n",name);
  if ( !strncmp( name,"_NET_WM_STATE_FULLSCREEN", 24 ) )
   { mp_dbg( MSGT_VO,MSGL_STATUS,"[x11] Detected wm supports FULLSCREEN state.\n" ); return SUPPORT_FULLSCREEN; }
- if ( !strncmp( name,"_NET_WM_STATE_STAYS_ON_TOP", 24 ) )
+ if ( !strncmp( name,"_NET_WM_STATE_STAYS_ON_TOP", 26 ) )
   { mp_dbg( MSGT_VO,MSGL_STATUS,"[x11] Detected wm supports STAYS_ON_TOP state.\n" ); return SUPPORT_STAYS_ON_TOP; }
- if ( !strncmp( name,"_NET_WM_STATE_ABOVE", 24 ) )
+ if ( !strncmp( name,"_NET_WM_STATE_ABOVE", 19 ) )
   { mp_dbg( MSGT_VO,MSGL_STATUS,"[x11] Detected wm supports ABOVE state.\n" ); return SUPPORT_ABOVE; }
  return SUPPORT_NONE;
 }




More information about the MPlayer-cvslog mailing list