diff options
Diffstat (limited to 'src/gui/windowmanager.h')
-rw-r--r-- | src/gui/windowmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windowmanager.h b/src/gui/windowmanager.h index 8acdce0fd..79a4a383a 100644 --- a/src/gui/windowmanager.h +++ b/src/gui/windowmanager.h @@ -57,6 +57,8 @@ namespace WindowManager int actualHeight, const bool always); + bool setFullScreen(const bool fs); + void applyScale(); #ifndef USE_SDL2 |