[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.100,1.101
Atmosfear
atmos4 at mplayerhq.hu
Sun Sep 29 06:19:11 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv18631/libvo
Modified Files:
x11_common.c
Log Message:
Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- x11_common.c 28 Sep 2002 22:37:20 -0000 1.100
+++ x11_common.c 29 Sep 2002 04:18:53 -0000 1.101
@@ -667,8 +667,8 @@
e.xclient.window=vo_window;
e.xclient.format=32;
e.xclient.data.l[0]=layer;
-// e.xclient.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False );
- e.xclient.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_FULLSCREEN",False );
+ e.xclient.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False );
+// e.xclient.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_FULLSCREEN",False );
XSendEvent( mDisplay,mRootWin,False,SubstructureRedirectMask,&e );
XFree( args );
More information about the MPlayer-cvslog
mailing list