~robert-ancell/unity/ubuntu-session

« back to all changes in this revision

Viewing changes to unity-shared/XWindowManager.h

  • Committer: CI bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2014-02-14 23:05:22 UTC
  • mfrom: (3656.1.9 decorations-menu)
  • Revision ID: ps-jenkins@lists.canonical.com-20140214230522-piumdig8mkip2h5j
{DecorationsGrabEdge, PanelTitlebarGrabAreaView}: show the WindowAction menu on right-click Fixes: 1098419, 1280042

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  XWindowManager();
32
32
 
33
33
  void StartMove(Window window_id, int x, int y);
 
34
  void UnGrabMousePointer(Time, int button, int x, int y);
34
35
 
35
36
  std::string GetWindowName(Window window_id) const;
36
37
  std::string GetStringProperty(Window window_id, Atom atom) const;