summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xvidix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xvidix.c b/libvo/vo_xvidix.c
index f6c39f9f77..c6bcfcbab9 100644
--- a/libvo/vo_xvidix.c
+++ b/libvo/vo_xvidix.c
@@ -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;