add a focus history vec

This commit is contained in:
vaxerski 2023-01-20 19:15:15 +01:00
parent 6f3548b184
commit fb2679d5ef
3 changed files with 14 additions and 0 deletions

View file

@ -96,6 +96,8 @@ class CCompositor {
CWindow* m_pLastWindow = nullptr;
CMonitor* m_pLastMonitor = nullptr;
std::vector<CWindow*> m_vWindowFocusHistory; // first element is the most recently focused.
SSeat m_sSeat;
bool m_bReadyToProcess = false;