[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.100,1.101

Alex Beregszaszi alex at naxine.org
Sun Sep 29 15:37:39 CEST 2002


Hi,

> Index: x11_common.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
> retrieving revision 1.100
> retrieving revision 1.101
> diff -u -r1.100 -r1.101
> --- x11_common.c	28 Sep 2002 22:37:20 -0000	1.100
> +++ x11_common.c	29 Sep 2002 04:18:53 -0000	1.101
> @@ -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 );
and what about setting STAYS_ON_TOP and FULLSCREEN too ?

>     XSendEvent( mDisplay,mRootWin,False,SubstructureRedirectMask,&e );

-- 
Alex Beregszaszi  <alex at naxine.org>



More information about the MPlayer-cvslog mailing list