Workspace::should_get_focus becomes QList<AbstractClient*>

This commit is contained in:
Martin Gräßlin 2015-03-12 11:59:41 +01:00
parent 94ce47ef7b
commit af48d38d22

View file

@ -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;