From 1074247f62fdf799af40869023f3ace54d634db0 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 29 Sep 2002 04:18:53 +0000 Subject: Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7545 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvo/x11_common.c b/libvo/x11_common.c index fc2b8e076e..e13730d6ba 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -667,8 +667,8 @@ void vo_x11_setlayer( int layer ) 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 ); -- cgit v1.2.3