From 41657da91ec38882ddfb8cbfd6bb2c23b3de894c Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 9 Oct 2010 11:26:37 +0000 Subject: vo_xvidix: reconfigure also on window move git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32457 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvidix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3