[MPlayer-cvslog] r27933 - trunk/libvo/vo_xv.c
reimar
subversion at mplayerhq.hu
Sat Nov 15 23:33:36 CET 2008
Author: reimar
Date: Sat Nov 15 23:33:36 2008
New Revision: 27933
Log:
Sync with vo_x11: make sure we get expose events even when drawing to the root window.
Modified:
trunk/libvo/vo_xv.c
Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c (original)
+++ trunk/libvo/vo_xv.c Sat Nov 15 23:33:36 2008
@@ -265,7 +265,8 @@ static int config(uint32_t width, uint32
XMapWindow(mDisplay, vo_window);
vo_x11_update_geometry();
aspect_save_prescale(vo_dwidth, vo_dheight);
- }
+ } else
+ XSelectInput(mDisplay, vo_window, ExposureMask);
} else
{
vo_x11_create_vo_window(&vinfo, vo_dx, vo_dy, vo_dwidth, vo_dheight,
More information about the MPlayer-cvslog
mailing list