[MPlayer-dev-eng] GUI and vo_x11_ewmh_fullscreen()

Ingo Brückl ib at wupperonline.de
Wed Aug 17 19:27:08 CEST 2011


I wrote on Wed, 17 Aug 2011 18:19:48 +0200:

>     Index: libvo/x11_common.c
>     ===================================================================
>     --- libvo/x11_common.c      (revision 33996)
>     +++ libvo/x11_common.c      (working copy)
>     @@ -159,7 +159,7 @@
>              xev.xclient.serial = 0;
>              xev.xclient.send_event = True;
>              xev.xclient.message_type = XA_NET_WM_STATE;
>     -        xev.xclient.window = vo_window;
>     +        xev.xclient.window = WinID ? (Window)WinID : vo_window;

Oops!

+        xev.xclient.window = WinID > 0 ? (Window)WinID : vo_window;

of course.

Ingo


More information about the MPlayer-dev-eng mailing list