comparison src/video/x11/SDL_x11keyboard.h @ 2295:dbc6d1893869

Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
author Bob Pendleton <bob@pendleton.com>
date Tue, 08 Jan 2008 00:10:46 +0000
parents a344e42bce3b
children fbe8ff44c519
comparison
equal deleted inserted replaced
2294:386ebf50dd91 2295:dbc6d1893869
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_x11keyboard_h 24 #ifndef _SDL_x11keyboard_h
25 #define _SDL_x11keyboard_h 25 #define _SDL_x11keyboard_h
26 26
27 extern void X11_InitKeyboard(_THIS); 27 extern int X11_InitKeyboard(_THIS);
28 extern SDLKey X11_GetLayoutKey(_THIS, SDLKey physicalKey);
28 extern void X11_QuitKeyboard(_THIS); 29 extern void X11_QuitKeyboard(_THIS);
29 30
30 #endif /* _SDL_x11keyboard_h */ 31 #endif /* _SDL_x11keyboard_h */
31 32
32 /* vi: set ts=4 sw=4 expandtab: */ 33 /* vi: set ts=4 sw=4 expandtab: */