[MPlayer-cvslog] r32457 - trunk/libvo/vo_xvidix.c
reimar
subversion at mplayerhq.hu
Sat Oct 9 13:26:37 CEST 2010
Author: reimar
Date: Sat Oct 9 13:26:37 2010
New Revision: 32457
Log:
xvidix: reconfigure also on window move.
Modified:
trunk/libvo/vo_xvidix.c
Modified: trunk/libvo/vo_xvidix.c
==============================================================================
--- trunk/libvo/vo_xvidix.c Sat Oct 9 13:24:37 2010 (r32456)
+++ trunk/libvo/vo_xvidix.c Sat Oct 9 13:26:37 2010 (r32457)
@@ -314,7 +314,7 @@ static void check_events(void)
{
const int event = vo_x11_check_events(mDisplay);
- if ((event & VO_EVENT_RESIZE) || (event & VO_EVENT_EXPOSE))
+ if (event & (VO_EVENT_RESIZE | VO_EVENT_MOVE | VO_EVENT_EXPOSE))
set_window(0);
return;
More information about the MPlayer-cvslog
mailing list