handle modals a bit better

This commit is contained in:
vaxerski
2022-03-22 20:53:11 +01:00
parent b6f3aa5d01
commit e6a848adc0
4 changed files with 9 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ public:
std::string m_szTitle = "";
int m_iWorkspaceID = -1;
bool m_bIsMapped = false;
// XWayland stuff
bool m_bIsX11 = false;
bool m_bMappedX11 = false;