Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.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 | 4bd2dc41fc15 |
children | fbe8ff44c519 |
comparison
equal
deleted
inserted
replaced
2294:386ebf50dd91 | 2295:dbc6d1893869 |
---|---|
68 int numwindows; | 68 int numwindows; |
69 SDL_WindowData **windowlist; | 69 SDL_WindowData **windowlist; |
70 int mouse; | 70 int mouse; |
71 int keyboard; | 71 int keyboard; |
72 Atom WM_DELETE_WINDOW; | 72 Atom WM_DELETE_WINDOW; |
73 SDLKey *keyCodeToSDLKTable; | |
73 } SDL_VideoData; | 74 } SDL_VideoData; |
74 | 75 |
75 #endif /* _SDL_x11video_h */ | 76 #endif /* _SDL_x11video_h */ |
76 | 77 |
77 /* vi: set ts=4 sw=4 expandtab: */ | 78 /* vi: set ts=4 sw=4 expandtab: */ |