diff src/events/SDL_keyboard.c @ 4753:11b0a6a3eb4d

Changed Start/StopTextInput back to not take any parameters. We call SDL_GetKeyboardFocus internally now.
author dewyatt
date Mon, 12 Jul 2010 14:17:43 -0400
parents 22aa6a631d34
children 2072fed2f583
line wrap: on
line diff
--- a/src/events/SDL_keyboard.c	Mon Jul 12 11:33:27 2010 -0400
+++ b/src/events/SDL_keyboard.c	Mon Jul 12 14:17:43 2010 -0400
@@ -617,7 +617,7 @@
                             0, 0);
 
         if (SDL_EventState(SDL_TEXTINPUT, SDL_QUERY)) {
-            SDL_StartTextInput(window);
+            SDL_StartTextInput();
         }
     }
 }