changeset 16499:35696985ff4c

Missing break for WM_SYSCOMMAND handling.
author reimar
date Fri, 16 Sep 2005 12:09:24 +0000
parents dfc4a159d296
children d7da7bb42c2e
files libvo/vo_directx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_directx.c	Fri Sep 16 11:34:15 2005 +0000
+++ b/libvo/vo_directx.c	Fri Sep 16 12:09:24 2005 +0000
@@ -913,6 +913,7 @@
                 mp_msg(MSGT_VO, MSGL_V ,"<vo_directx><INFO>killing screensaver\n" );
                 return 0;                      
 			}
+			break;
 		}
         case WM_KEYDOWN:
 		{