diff src/video/x11/SDL_x11events.c @ 5083:25d4feb7c127

Renamed SDL_keysym to SDL_KeySym Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
author krogoway
date Mon, 24 Jan 2011 13:47:35 -0600
parents 8b7988f42fcb
children 572a73d71b5f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Sun Jan 23 21:55:04 2011 -0800
+++ b/src/video/x11/SDL_x11events.c	Mon Jan 24 13:47:35 2011 -0600
@@ -202,7 +202,7 @@
     case KeyPress:{
             KeyCode keycode = xevent.xkey.keycode;
             KeySym keysym = NoSymbol;
-            SDL_scancode scancode;
+            SDL_ScanCode scancode;
             char text[SDL_TEXTINPUTEVENT_TEXT_SIZE];
             Status status = 0;