changeset 8410:9efd0c6e6307

fullscreen fix for KDE (reported to work with gnome 1/2 too) patch by "Puk Madick" <pingy@swirvemail.com>
author arpi
date Sun, 08 Dec 2002 01:35:07 +0000
parents 2a06de46b749
children 5630321c8026
files libvo/x11_common.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sat Dec 07 22:52:55 2002 +0000
+++ b/libvo/x11_common.c	Sun Dec 08 01:35:07 2002 +0000
@@ -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;