diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-07-14 13:39:57 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-14 13:39:57 +0200 |
commit | 8c8f85034b15d7d2a1589378f9d0ee236a98a3c8 (patch) | |
tree | d0620f4ca3e08c01a9d246ff926c001957f1acac /unix/xserver/hw/vnc/InputCore.cc | |
parent | 91313d8b659ec26c8b32c0b56fb878f2163a8317 (diff) | |
download | tigervnc-8c8f85034b15d7d2a1589378f9d0ee236a98a3c8.tar.gz tigervnc-8c8f85034b15d7d2a1589378f9d0ee236a98a3c8.zip |
Move all functions that InputDevice uses into the class
Diffstat (limited to 'unix/xserver/hw/vnc/InputCore.cc')
-rw-r--r-- | unix/xserver/hw/vnc/InputCore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/InputCore.cc b/unix/xserver/hw/vnc/InputCore.cc index a880ca07..b565c734 100644 --- a/unix/xserver/hw/vnc/InputCore.cc +++ b/unix/xserver/hw/vnc/InputCore.cc @@ -174,7 +174,7 @@ KeySym keyboardMap[MAP_LEN * KEYSYMS_PER_KEY] = { XK_Menu, NoSymbol, }; -void GetInitKeyboardMap(KeySymsPtr keysyms, CARD8 *modmap) +void InputDevice::GetInitKeyboardMap(KeySymsPtr keysyms, CARD8 *modmap) { int i; |