[Mplayer-cvslog] CVS: main/libvo w32_common.c,1.3,1.4

Sascha Sommer CVS syncmail at mplayerhq.hu
Sun Feb 29 18:42:51 CET 2004


CVS change done by Sascha Sommer CVS

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

Modified Files:
	w32_common.c 
Log Message:
replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, patch by Reimar Doeffinger

Index: w32_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/w32_common.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- w32_common.c	30 Nov 2003 16:36:10 -0000	1.3
+++ w32_common.c	29 Feb 2004 17:42:49 -0000	1.4
@@ -24,7 +24,7 @@
 
 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {
     switch (message) {
-	case WM_DESTROY:
+	case WM_CLOSE:
 	    mp_input_queue_cmd(mp_input_parse_cmd("quit"));
 	    break;
         case WM_SYSCOMMAND:




More information about the MPlayer-cvslog mailing list