]> git.sesse.net Git - vlc/blobdiff - modules/video_output/sdl.c
KEY_SPACE = 32, simplify several outputs and interfaces
[vlc] / modules / video_output / sdl.c
index d110c1b098ffe90b365a17c5265b7c383e958ce3..e769042dc6e0fc3f0acdcb1e900d4de355625ef9 100644 (file)
@@ -684,7 +684,7 @@ static const struct {
 
     { SDLK_RETURN, KEY_ENTER },
     { SDLK_KP_ENTER, KEY_ENTER },
-    { SDLK_SPACE, KEY_SPACE },
+    { SDLK_SPACE, ' ' },
     { SDLK_ESCAPE, KEY_ESC },
 
     { SDLK_MENU, KEY_MENU },