~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to unity-shared/PluginAdapter.h

  • Committer: Tarmac
  • Author(s): Andrea Azzarone
  • Date: 2013-02-05 20:44:03 UTC
  • mfrom: (3096.2.1 add-restack-below)
  • Revision ID: tarmac-20130205204403-rb79pophabcg3o8g
Add WindowManager::RestackBelow.

Approved by Brandon Schaefer, Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
  void Activate(Window window_id);
148
148
  void Raise(Window window_id);
149
149
  void Lower(Window window_id);
 
150
  void RestackBelow(Window window_id, Window sibiling_id) override;
150
151
 
151
152
  void ShowDesktop();
152
153
  bool InShowDesktop() const;