workspace: remove lastFocusedWindow on unmap

This commit is contained in:
Vaxry 2024-04-02 12:10:03 +01:00
parent af3a61a4e4
commit 2e5b146e57
2 changed files with 12 additions and 0 deletions

View file

@ -66,4 +66,7 @@ class CWorkspace {
std::string getConfigName();
bool matchesStaticSelector(const std::string& selector);
private:
HOOK_CALLBACK_FN* m_pFocusedWindowHook = nullptr;
};