diff src/events/SDL_keyboard.c @ 4750:22aa6a631d34

Changed StartTextInput to take an SDL_Window parameter.
author dewyatt
date Thu, 08 Jul 2010 01:35:47 -0400
parents 3e69e077cb95
children 11b0a6a3eb4d
line wrap: on
line diff
--- a/src/events/SDL_keyboard.c	Tue Jul 06 08:22:36 2010 -0700
+++ b/src/events/SDL_keyboard.c	Thu Jul 08 01:35:47 2010 -0400
@@ -617,7 +617,7 @@
                             0, 0);
 
         if (SDL_EventState(SDL_TEXTINPUT, SDL_QUERY)) {
-            SDL_StartTextInput();
+            SDL_StartTextInput(window);
         }
     }
 }