diff options
| author | Alexander Orzechowski <alex@ozal.ski> | 2022-12-13 13:17:19 -0500 |
|---|---|---|
| committer | Alexander Orzechowski <alex@ozal.ski> | 2022-12-13 13:23:35 -0500 |
| commit | 45fcde817e0455b2e92ee86417688e53a6742b4b (patch) | |
| tree | 11c1147413262099adbeac594566794d1ea077d2 /src/yuzu/main.h | |
| parent | 29fbce9fe6007ca0d7aafebb47fe9c5edbfe9393 (diff) | |
wayland: Always use exclusive fullscreen
Wayland does not allow clients to choose their own size and position
on the screen. The concept of fullscreening an application by sizing
it to the screen and removing decorations does not exist. Use
exclusive fullscreen instead.
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 62d629973..27644fae5 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -320,6 +320,7 @@ private slots: void OnDisplayTitleBars(bool); void InitializeHotkeys(); void ToggleFullscreen(); + bool UsingExclusiveFullscreen(); void ShowFullscreen(); void HideFullscreen(); void ToggleWindowMode(); |
