Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.h @ 2305:fbe8ff44c519
First pass of new SDL scancode concept for X11.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 07 Feb 2008 15:31:09 +0000 |
parents | dbc6d1893869 |
children | 3202e4826c57 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h Tue Feb 05 07:30:50 2008 +0000 +++ b/src/video/x11/SDL_x11video.h Thu Feb 07 15:31:09 2008 +0000 @@ -70,7 +70,7 @@ int mouse; int keyboard; Atom WM_DELETE_WINDOW; - SDLKey *keyCodeToSDLKTable; + SDL_scancode key_layout[256]; } SDL_VideoData; #endif /* _SDL_x11video_h */