mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
afe05d16b1
commit
1074247f62
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue