diff include/SDL_keyboard.h @ 4750:22aa6a631d34

Changed StartTextInput to take an SDL_Window parameter.
author dewyatt
date Thu, 08 Jul 2010 01:35:47 -0400
parents 3e69e077cb95
children f3908cd80b10
line wrap: on
line diff
--- a/include/SDL_keyboard.h	Tue Jul 06 08:22:36 2010 -0700
+++ b/include/SDL_keyboard.h	Thu Jul 08 01:35:47 2010 -0400
@@ -140,7 +140,7 @@
  *  \sa SDL_StopTextInput()
  *  \sa SDL_SetTextInputRect()
  */
-extern DECLSPEC void SDLCALL SDL_StartTextInput(void);
+extern DECLSPEC void SDLCALL SDL_StartTextInput(SDL_Window *window);
 
 /**
  *  \brief Stop receiving any text input events.