From 374db42e17d35f8ec2cfdb7576a4e7f68202b047 Mon Sep 17 00:00:00 2001 From: albeu Date: Wed, 2 Nov 2005 21:50:55 +0000 Subject: libvo input cleanup: remove the dependency on libinput, remove most of the crappy mappings (like O->o or ESC->q). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16893 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_directx.c') diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 16a5db166a..4b9528464f 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -889,7 +889,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l } case WM_CLOSE: { - mp_input_queue_cmd(mp_input_parse_cmd("quit")); + mplayer_put_key(KEY_CLOSE_WIN); return 0; } case WM_WINDOWPOSCHANGED: -- cgit v1.2.3