diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-09 18:55:49 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-04-09 18:55:49 +0000 |
commit | 88d65344ebdbdff7623ca4267d392ef6e1dfe53b (patch) | |
tree | 3c27b2f755c1741c2ab6ce18ae38ba43f86468fd | |
parent | a024c7fe902ad946b65a2a635d831063f1235818 (diff) |
10l noticed by Joey Parrish <joey at nicewarrior.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9895 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_directx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 77ad14b736..8c8817209a 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -786,7 +786,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l case VK_HOME: {mplayer_put_key(KEY_HOME);break;} case VK_END: - {mplayer_put_key(VK_END);break;} + {mplayer_put_key(KEY_END);break;} case VK_PRIOR: {mplayer_put_key(KEY_PAGE_UP);break;} case VK_NEXT: |