[MPlayer-cvslog] r31384 - trunk/libvo/sdl_common.c
reimar
subversion at mplayerhq.hu
Sun Jun 13 15:40:19 CEST 2010
Author: reimar
Date: Sun Jun 13 15:40:18 2010
New Revision: 31384
Log:
100l, add missing 0-termination of keymap file.
Fixes bug #1711.
Modified:
trunk/libvo/sdl_common.c
Modified: trunk/libvo/sdl_common.c
==============================================================================
--- trunk/libvo/sdl_common.c Sun Jun 13 14:08:00 2010 (r31383)
+++ trunk/libvo/sdl_common.c Sun Jun 13 15:40:18 2010 (r31384)
@@ -111,6 +111,7 @@ static const struct mp_keymap keysym_map
{SDLK_KP6, KEY_KP6}, {SDLK_KP7, KEY_KP7}, {SDLK_KP8, KEY_KP8},
{SDLK_KP9, KEY_KP9},
{SDLK_KP_PERIOD, KEY_KPDEC}, {SDLK_KP_ENTER, KEY_KPENTER},
+ {0, 0}
};
int sdl_default_handle_event(SDL_Event *event)
More information about the MPlayer-cvslog
mailing list