[MPlayer-cvslog] r33650 - trunk/libvo/w32_common.c
reimar
subversion at mplayerhq.hu
Sun Jun 19 12:36:15 CEST 2011
Author: reimar
Date: Sun Jun 19 12:36:15 2011
New Revision: 33650
Log:
w32_common: also generate VO_EVENT_MOVE.
Modified:
trunk/libvo/w32_common.c
Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c Sun Jun 19 11:10:35 2011 (r33649)
+++ trunk/libvo/w32_common.c Sun Jun 19 12:36:15 2011 (r33650)
@@ -93,6 +93,7 @@ static LRESULT CALLBACK WndProc(HWND hWn
event_flags |= VO_EVENT_EXPOSE;
break;
case WM_MOVE:
+ event_flags |= VO_EVENT_MOVE;
p.x = 0;
p.y = 0;
ClientToScreen(vo_window, &p);
More information about the MPlayer-cvslog
mailing list