[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.115,1.116

Arpi of Ize arpi at mplayerhq.hu
Sun Dec 8 02:35:22 CET 2002


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

Modified Files:
	x11_common.c 
Log Message:
fullscreen fix for KDE (reported to work with gnome 1/2 too)
patch by "Puk Madick" <pingy at swirvemail.com>


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- x11_common.c	7 Dec 2002 01:25:30 -0000	1.115
+++ x11_common.c	8 Dec 2002 01:35:07 -0000	1.116
@@ -676,7 +676,8 @@
    xev.window=vo_window;
    xev.format=32;
    xev.data.l[0]=layer;
-   xev.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_ABOVE",False );
+//   xev.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_ABOVE",False );
+   xev.data.l[1]=XInternAtom( mDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False );
    XSendEvent( mDisplay,mRootWin,False,SubstructureRedirectMask,(XEvent*)&xev );
    XFree( args );
    return;




More information about the MPlayer-cvslog mailing list