summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directx.c2
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: