[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.51,1.52

Zoltan Ponekker pontscho at mplayerhq.hu
Sun Sep 29 11:39:38 CEST 2002


Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv17805

Modified Files:
	ws.c 
Log Message:


sync


Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ws.c	28 Sep 2002 22:52:23 -0000	1.51
+++ ws.c	29 Sep 2002 09:39:25 -0000	1.52
@@ -801,8 +801,8 @@
    e.xclient.window=win;
    e.xclient.format=32;
    e.xclient.data.l[0]=layer;
-//   e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False );
-   e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_FULLSCREEN",False );
+   e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False );
+//   e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_FULLSCREEN",False );
    e.xclient.data.l[2]=0l;
    e.xclient.data.l[3]=0l;
    e.xclient.data.l[4]=0l;




More information about the MPlayer-cvslog mailing list