diff 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
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Mon Feb 07 09:23:01 2011 -0800
+++ b/src/video/x11/SDL_x11video.h	Mon Feb 07 09:37:11 2011 -0800
@@ -89,7 +89,7 @@
     Atom _NET_WM_ICON;
     Atom UTF8_STRING;
 
-    SDL_ScanCode key_layout[256];
+    SDL_Scancode key_layout[256];
     SDL_bool selection_waiting;
 } SDL_VideoData;