[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.143,1.144
Zoltan Ponekker
pontscho at mplayerhq.hu
Mon May 26 10:34:20 CEST 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv19980/libvo
Modified Files:
x11_common.c
Log Message:
From: Michael Joosten <joost at c-lab.de>
PATCH: fullscreen issues with GUI, WM layers, gmplayer plays first file always twice
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- x11_common.c 9 Apr 2003 17:05:35 -0000 1.143
+++ x11_common.c 26 May 2003 08:34:17 -0000 1.144
@@ -783,7 +783,7 @@
{
XClientMessageEvent xev;
- if (layer) orig_layer=vo_x11_get_gnome_layer( mDisplay, vo_window );
+ if (!orig_layer) orig_layer=vo_x11_get_gnome_layer( mDisplay, vo_window );
memset(&xev, 0, sizeof(xev));
xev.type = ClientMessage;
More information about the MPlayer-cvslog
mailing list