changeset 7544:544c0974b6d9

Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.
author atmos4
date Sun, 29 Sep 2002 04:18:53 +0000
parents 18372010145f
children aa71037b7516
files libvo/x11_common.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sat Sep 28 22:52:23 2002 +0000
+++ b/libvo/x11_common.c	Sun Sep 29 04:18:53 2002 +0000
@@ -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 );