summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/InputCore.cc
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-07-14 13:39:57 +0200
committerPierre Ossman <ossman@cendio.se>2014-07-14 13:39:57 +0200
commit8c8f85034b15d7d2a1589378f9d0ee236a98a3c8 (patch)
treed0620f4ca3e08c01a9d246ff926c001957f1acac /unix/xserver/hw/vnc/InputCore.cc
parent91313d8b659ec26c8b32c0b56fb878f2163a8317 (diff)
downloadtigervnc-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.cc2
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;