[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.176,1.177
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Mon Aug 23 11:36:51 CEST 2004
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv569
Modified Files:
x11_common.c
Log Message:
don't mess with the window after setting EWMH_FULLSCREEN (needed for fvwm)
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- x11_common.c 8 Aug 2004 23:22:04 -0000 1.176
+++ x11_common.c 23 Aug 2004 09:36:49 -0000 1.177
@@ -1466,13 +1466,13 @@
vo_x11_setlayer(mDisplay, vo_window, vo_ontop);
XMoveResizeWindow(mDisplay, vo_window, x, y, w, h);
- }
#ifdef HAVE_XINERAMA
- vo_x11_xinerama_move(mDisplay, vo_window);
+ vo_x11_xinerama_move(mDisplay, vo_window);
#endif
- XMapRaised(mDisplay, vo_window);
- XRaiseWindow(mDisplay, vo_window);
+ XMapRaised(mDisplay, vo_window);
+ XRaiseWindow(mDisplay, vo_window);
+ }
XFlush(mDisplay);
}
More information about the MPlayer-cvslog
mailing list