diff src/SDL_compat.c @ 4750:22aa6a631d34

Changed StartTextInput to take an SDL_Window parameter.
author dewyatt
date Thu, 08 Jul 2010 01:35:47 -0400
parents 791b3256fb22
children f3908cd80b10
line wrap: on
line diff
--- a/src/SDL_compat.c	Tue Jul 06 08:22:36 2010 -0700
+++ b/src/SDL_compat.c	Thu Jul 08 01:35:47 2010 -0400
@@ -1740,7 +1740,7 @@
     switch (enable) {
     case 1:
         SDL_enabled_UNICODE = 1;
-        SDL_StartTextInput();
+        SDL_StartTextInput(SDL_VideoWindow);
         break;
     case 0:
         SDL_enabled_UNICODE = 0;