add a focus history vec
This commit is contained in:
parent
6f3548b184
commit
fb2679d5ef
3 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue