~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to unity-shared/PluginAdapter.h

Add unity::WindowManager::GetWindowsInStackingOrder.

Approved by Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  void NotifyNewDecorationState(Window xid);
121
121
 
122
122
  Window GetActiveWindow() const;
 
123
  std::vector<Window> GetWindowsInStackingOrder() const override;
123
124
 
124
125
  void Decorate(Window xid) const;
125
126
  void Undecorate(Window xid) const;