Workspace::should_get_focus becomes QList<AbstractClient*>

icc-effect-5.14.5
Martin Gräßlin 2015-03-12 11:59:41 +01:00
parent 94ce47ef7b
commit af48d38d22
1 changed files with 1 additions and 1 deletions

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;