Workspace::should_get_focus becomes QList<AbstractClient*>
This commit is contained in:
parent
94ce47ef7b
commit
af48d38d22
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ private:
|
|||
bool force_restacking;
|
||||
mutable ToplevelList x_stacking; // From XQueryTree()
|
||||
mutable bool x_stacking_dirty;
|
||||
ClientList should_get_focus; // Last is most recent
|
||||
QList<AbstractClient*> should_get_focus; // Last is most recent
|
||||
ClientList attention_chain;
|
||||
|
||||
bool showing_desktop;
|
||||
|
|
Loading…
Reference in a new issue