mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 00:25:37 -05:00
Corrected internal function prototype.
This commit is contained in:
@@ -375,7 +375,7 @@ extern void SDL_OnWindowFocusLost(SDL_Window * window);
|
||||
extern void SDL_UpdateWindowGrab(SDL_Window * window);
|
||||
extern SDL_Window * SDL_GetFocusWindow(void);
|
||||
|
||||
extern SDL_bool SDL_ShouldAllowTopmost();
|
||||
extern SDL_bool SDL_ShouldAllowTopmost(void);
|
||||
|
||||
#endif /* _SDL_sysvideo_h */
|
||||
|
||||
|
||||
@@ -3054,7 +3054,7 @@ SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, S
|
||||
}
|
||||
|
||||
SDL_bool
|
||||
SDL_ShouldAllowTopmost()
|
||||
SDL_ShouldAllowTopmost(void)
|
||||
{
|
||||
const char *hint = SDL_GetHint(SDL_HINT_ALLOW_TOPMOST);
|
||||
if (hint) {
|
||||
|
||||
Reference in New Issue
Block a user