[MPlayer-cvslog] CVS: main/libvo w32_common.c,1.18,1.19

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Dec 7 16:53:05 CET 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv4380

Modified Files:
	w32_common.c 
Log Message:
WM_PAINT is the "expose" event, not WM_ACTIVATE


Index: w32_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/w32_common.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- w32_common.c	6 Dec 2005 22:15:03 -0000	1.18
+++ w32_common.c	7 Dec 2005 15:53:02 -0000	1.19
@@ -25,7 +25,7 @@
 
 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {
     switch (message) {
-	case WM_ACTIVATE:
+	case WM_PAINT:
 	    event_flags |= VO_EVENT_EXPOSE;
 	    break;
 	case WM_SIZE:




More information about the MPlayer-cvslog mailing list