binds: add option to allow fullscreening a pinned window (#8526)

This commit is contained in:
littleblack111
2024-11-23 22:32:13 +08:00
committed by GitHub
parent 451d7a41fc
commit 65f66dcf0d
4 changed files with 23 additions and 2 deletions

View File

@@ -332,6 +332,9 @@ class CWindow {
// For pinned (sticky) windows
bool m_bPinned = false;
// For preserving pinned state when fullscreening a pinned window
bool m_bPinFullscreened = false;
// urgency hint
bool m_bIsUrgent = false;