changeset 32371:ac7cc5583145

xvidix: reconfigure also on window move.
author reimar
date Sat, 09 Oct 2010 11:26:37 +0000
parents 79b1264388b3
children 96f96cb1ffc0
files libvo/vo_xvidix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvidix.c	Sat Oct 09 11:24:37 2010 +0000
+++ b/libvo/vo_xvidix.c	Sat Oct 09 11:26:37 2010 +0000
@@ -314,7 +314,7 @@
 {
     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;