~bregma/unity/lp-1433648-bis

« back to all changes in this revision

Viewing changes to unity-shared/XWindowManager.h

  • Committer: CI Train Bot
  • Author(s): Andrea Azzarone
  • Date: 2015-02-27 15:38:11 UTC
  • mfrom: (3909.4.2 unity)
  • Revision ID: ci-train-bot@canonical.com-20150227153811-ywbbf41yk0tczx2g
Draw osk above unity shell. Fixes: #1413165
Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  void UnGrabMousePointer(Time, int button, int x, int y);
35
35
 
36
36
  std::string GetWindowName(Window window_id) const;
 
37
  bool IsOnscreenKeyboard(Window window_id) const;
37
38
  std::string GetStringProperty(Window window_id, Atom atom) const;
38
39
  std::vector<long> GetCardinalProperty(Window, Atom) const;
39
40
};