Workspace::should_get_focus becomes QList<AbstractClient*>

remotes/origin/Plasma/5.4
Martin Gräßlin 11 years ago
parent 94ce47ef7b
commit af48d38d22
  1. 2
      workspace.h

@ -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…
Cancel
Save