~bregma/unity/lp-1433648-bis

« back to all changes in this revision

Viewing changes to unity-shared/StandaloneWindowManager.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:
160
160
  virtual bool RestoreInputFocus();
161
161
 
162
162
  virtual std::string GetWindowName(Window window_id) const;
 
163
  virtual bool IsOnscreenKeyboard(Window window_id) const;
163
164
  virtual std::string GetStringProperty(Window window_id, Atom) const;
164
165
  virtual std::vector<long> GetCardinalProperty(Window window_id, Atom) const;
165
166