diff src/video/win32/SDL_win32keyboard.c @ 4751:f3908cd80b10

Changed StopTextInput to take an SDL_Window parameter.
author dewyatt
date Sat, 10 Jul 2010 13:15:47 -0400
parents 22aa6a631d34
children dc7bdcf06367
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.c	Thu Jul 08 01:35:47 2010 -0400
+++ b/src/video/win32/SDL_win32keyboard.c	Sat Jul 10 13:15:47 2010 -0400
@@ -130,7 +130,7 @@
 }
 
 void
-WIN_StopTextInput(_THIS)
+WIN_StopTextInput(_THIS, SDL_Window *window)
 {
 
 }