~3v1n0/unity/panel-p-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/KeyboardUtil.h

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (1858.2.250 unity)
  • mto: (1858.2.288 unity)
  • mto: This revision was merged to the branch mainline in revision 2076.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  virtual ~KeyboardUtil();
41
41
 
42
42
  guint GetKeycodeAboveKeySymbol(KeySym key_symbol);
43
 
  
 
43
 
44
44
private:
45
45
  bool CompareOffsets (int current_x, int current_y, int best_x, int best_y);
46
46
  guint ConvertKeyToKeycode (XkbKeyPtr key);
47
 
  
 
47
 
48
48
  bool FindKeyInGeometry(XkbGeometryPtr geo, char *key_name, int& res_section, XkbBoundsRec& res_bounds);
49
49
  bool FindKeyInSectionAboveBounds (XkbGeometryPtr geo, int section, XkbBoundsRec const& target_bounds, guint &keycode);
50
50