[MPlayer-dev-eng] [PATCH] fixes KDE fullscreen
Svante Signell
svante.signell at telia.com
Sun Dec 8 01:56:43 CET 2002
Your patch works for gnome1+2 (and windowmaker with and w/o
gnome-panel) too. Problem solved.
Svante Signell writes:
> Puk,
>
> Is this window manager hint new? Is is not listed in
> http://www.freedesktop.org/standard/wm-spec.html
> I'll try this one with with gnome1+2 to se if it works here too.
>
> Thanks,
> Svante
>
>
> Puk Madick writes:
> > KDE didn't like yesterdays change in x11_common.c
> > Here's a patch that fixes it. (gnome untested)
>
> ? x11_common.patch
> Index: libvo/x11_common.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
> retrieving revision 1.115
> diff -u -r1.115 x11_common.c
> --- libvo/x11_common.c 7 Dec 2002 01:25:30 -0000 1.115
> +++ libvo/x11_common.c 8 Dec 2002 00:35:05 -0000
> @@ -676,7 +676,7 @@
> 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_STAYS_ON_TOP",False );
> XSendEvent( mDisplay,mRootWin,False,SubstructureRedirectMask,(XEvent*)&xev );
> XFree( args );
> return;
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list