workspace: remove lastFocusedWindow on unmap
This commit is contained in:
parent
af3a61a4e4
commit
2e5b146e57
2 changed files with 12 additions and 0 deletions
|
|
@ -66,4 +66,7 @@ class CWorkspace {
|
|||
std::string getConfigName();
|
||||
|
||||
bool matchesStaticSelector(const std::string& selector);
|
||||
|
||||
private:
|
||||
HOOK_CALLBACK_FN* m_pFocusedWindowHook = nullptr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue