keybinds: Added toggleswallow dispatcher (#5548)

* Added `toggleswallow` dispatcher

* clang-format

* Removed brackets for 1-line if
This commit is contained in:
Tom Benham 2025-02-05 10:56:41 +01:00 committed by GitHub
parent 3b99e906df
commit 84c9baecc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 38 additions and 7 deletions

View file

@ -355,7 +355,8 @@ class CWindow {
// swallowing
PHLWINDOWREF m_pSwallowed;
bool m_bGroupSwallowed = false;
bool m_bCurrentlySwallowed = false;
bool m_bGroupSwallowed = false;
// focus stuff
bool m_bStayFocused = false;