diff include/SDL_events.h @ 4435:e953700da4ca

Minor cleanup on Jiang's patch
author Sam Lantinga <slouken@libsdl.org>
date Thu, 15 Apr 2010 22:27:01 -0700
parents 5c64052fb476
children 3e69e077cb95 49a97daea6ec
line wrap: on
line diff
--- a/include/SDL_events.h	Thu Apr 15 22:14:26 2010 -0700
+++ b/include/SDL_events.h	Thu Apr 15 22:27:01 2010 -0700
@@ -139,6 +139,7 @@
 {
     Uint32 type;                                /**< ::SDL_TEXTEDITING */
     Uint32 windowID;                            /**< The window with keyboard focus, if any */
+    Uint8 which;                                /**< The keyboard device index */
     char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE];  /**< The editing text */
     int start;                                  /**< The start cursor of selected editing text */
     int length;                                 /**< The length of selected editing text */