comparison src/video/x11/SDL_x11video.h @ 5223:572a73d71b5f

Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 09:37:11 -0800
parents 227d81a4b66c
children 3a8a452b49f0
comparison
equal deleted inserted replaced
5222:9c0593fa27d6 5223:572a73d71b5f
87 Atom _NET_WM_NAME; 87 Atom _NET_WM_NAME;
88 Atom _NET_WM_ICON_NAME; 88 Atom _NET_WM_ICON_NAME;
89 Atom _NET_WM_ICON; 89 Atom _NET_WM_ICON;
90 Atom UTF8_STRING; 90 Atom UTF8_STRING;
91 91
92 SDL_ScanCode key_layout[256]; 92 SDL_Scancode key_layout[256];
93 SDL_bool selection_waiting; 93 SDL_bool selection_waiting;
94 } SDL_VideoData; 94 } SDL_VideoData;
95 95
96 extern SDL_bool X11_UseDirectColorVisuals(void); 96 extern SDL_bool X11_UseDirectColorVisuals(void);
97 97