summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordewyatt <none@none>2010-07-10 13:15:47 -0400
committerdewyatt <none@none>2010-07-10 13:15:47 -0400
commit2f1a5c4653578559b5f76ae79444991f71f9ccd2 (patch)
tree09f1e4fe987dbfcdd42ecc1a89eec1e059916f7f /include
parent2beaeb40800765d3b379223d98165f0e9e6234ee (diff)
Changed StopTextInput to take an SDL_Window parameter.
Diffstat (limited to 'include')
-rw-r--r--include/SDL_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_keyboard.h b/include/SDL_keyboard.h
index fca34506..cccafd00 100644
--- a/include/SDL_keyboard.h
+++ b/include/SDL_keyboard.h
@@ -147,7 +147,7 @@ extern DECLSPEC void SDLCALL SDL_StartTextInput(SDL_Window *window);
*
* \sa SDL_StartTextInput()
*/
-extern DECLSPEC void SDLCALL SDL_StopTextInput(void);
+extern DECLSPEC void SDLCALL SDL_StopTextInput(SDL_Window *window);
/**
* \brief Set the rectangle used to type Unicode text inputs.