mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-03 18:14:01 +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
|
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)
|
void Window::setGrabInput(bool on)
|
||||||
|
|
Loading…
Add table
Reference in a new issue