diff libvo/vo_directx.c @ 16892:3470c810527b

libvo input cleanup: remove the dependency on libinput, remove most of the crappy mappings (like O->o or ESC->q).
author albeu
date Wed, 02 Nov 2005 21:50:55 +0000
parents 35696985ff4c
children 46490266341d
line wrap: on
line diff
--- a/libvo/vo_directx.c	Wed Nov 02 16:09:44 2005 +0000
+++ b/libvo/vo_directx.c	Wed Nov 02 21:50:55 2005 +0000
@@ -889,7 +889,7 @@
 		}
         case WM_CLOSE:
 		{
-			mp_input_queue_cmd(mp_input_parse_cmd("quit"));
+			mplayer_put_key(KEY_CLOSE_WIN);
 			return 0;
 		}
         case WM_WINDOWPOSCHANGED: