add switching to previous workspace

This commit is contained in:
Charles Taylor
2022-08-21 20:21:21 +10:00
parent 9513031da3
commit 04f0efadc3
2 changed files with 31 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ public:
int m_iID = -1;
std::string m_szName = "";
uint64_t m_iMonitorID = -1;
// Previous workspace ID is stored during a workspace change, allowing travel
// to the previous workspace.
int m_iPrevWorkspaceID = -1;
bool m_bHasFullscreenWindow = false;
eFullscreenMode m_efFullscreenMode = FULLSCREEN_FULL;