mirror of
https://github.com/yawut/SDL.git
synced 2026-07-08 04:36:07 -05:00
Corrected internal function prototype.
This commit is contained in:
parent
fa124e58f7
commit
5703aaa041
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user