[MPlayer-cvslog] CVS: main/libvo vo_directx.c,1.55,1.56

Reimar Döffinger CVS syncmail at mplayerhq.hu
Fri Sep 16 14:09:26 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vo_directx.c 
Log Message:
Missing break for WM_SYSCOMMAND handling.


Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- vo_directx.c	21 Aug 2005 01:20:31 -0000	1.55
+++ vo_directx.c	16 Sep 2005 12:09:24 -0000	1.56
@@ -913,6 +913,7 @@
                 mp_msg(MSGT_VO, MSGL_V ,"<vo_directx><INFO>killing screensaver\n" );
                 return 0;                      
 			}
+			break;
 		}
         case WM_KEYDOWN:
 		{




More information about the MPlayer-cvslog mailing list