~3v1n0/unity/scale-window-cast-protection

« back to all changes in this revision

Viewing changes to unity-shared/StandaloneWindowManager.h

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-03-07 18:51:47 UTC
  • mfrom: (4080 unity)
  • mto: This revision was merged to the branch mainline in revision 4085.
  • Revision ID: mail@3v1n0.net-20160307185147-0p1m89up4tqfb6w1
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
 
154
154
  virtual int WorkspaceCount() const;
155
155
 
 
156
  void SetCurrentViewport(nux::Point const&) override;
156
157
  nux::Point GetCurrentViewport() const override;
157
158
  void SetViewportSize(int horizontal, int vertical);
158
159
  int GetViewportHSize() const override;
178
179
  void SetExpoActive(bool expo_active);
179
180
  void SetCurrentDesktop(unsigned desktop_id);
180
181
 
181
 
  void SetCurrentViewport(nux::Point const& vp);
182
182
  void SetWorkareaGeometry(nux::Geometry const& geo);
183
183
 
 
184
  Cursor GetCachedCursor(unsigned int cursor_name) const;
 
185
 
184
186
  void ResetStatus();
185
187
 
186
188
protected: