mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
thanks clang
This commit is contained in:
parent
1c301cadf5
commit
e07723939f
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ void Window::updateSize()
|
|||
|
||||
bool Window::isDesktopResolution() const
|
||||
{
|
||||
return !!(SDL_GetWindowFlags(WIN) & (SDL_WINDOW_MAXIMIZED || SDL_WINDOW_FULLSCREEN_DESKTOP));
|
||||
return !!(SDL_GetWindowFlags(WIN) & (SDL_WINDOW_MAXIMIZED | SDL_WINDOW_FULLSCREEN_DESKTOP));
|
||||
}
|
||||
|
||||
void Window::setGrabInput(bool on)
|
||||
|
|
Loading…
Reference in a new issue