Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix warning in SDL_keyboard.h
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jan 17, 2013
1 parent a2ca6f4 commit 0e5ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_keyboard.h
Expand Up @@ -193,7 +193,7 @@ extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
*
* \sa SDL_IsScreenKeyboardShown()
*/
extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport();
extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);

/**
* \brief Returns whether the screen keyboard is shown for given window.
Expand Down

0 comments on commit 0e5ad00

Please sign in to comment.