aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-03-23 22:22:05 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-04-03 21:28:10 +0200
commit3c921ccb42601ad78d0e6a67318ad12ed7118889 (patch)
tree48d47e05f21b7daffe889a01577ee6bab72ce779 /nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
parent811ce4902ca7c3ab4b848d01695081d2def11763 (diff)
downloadnx-libs-3c921ccb42601ad78d0e6a67318ad12ed7118889.tar.gz
nx-libs-3c921ccb42601ad78d0e6a67318ad12ed7118889.tar.bz2
nx-libs-3c921ccb42601ad78d0e6a67318ad12ed7118889.zip
Keystroke.c/h: completely disable keystrokes that are not active at compile time
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Keystroke.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keystroke.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
index f8602fc37..caf72f78c 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
@@ -52,10 +52,16 @@ enum nxagentSpecialKeystroke {
KEYSTROKE_FORCE_SYNCHRONIZATION,
/* stuff used for debugging, probably not useful for most people */
+#ifdef DEBUG_TREE
KEYSTROKE_DEBUG_TREE,
+#endif
+#ifdef DUMP
KEYSTROKE_REGIONS_ON_SCREEN,
+#endif
+#ifdef NX_DEBUG_INPUT
KEYSTROKE_TEST_INPUT,
KEYSTROKE_DEACTIVATE_INPUT_DEVICES_GRAB,
+#endif
KEYSTROKE_VIEWPORT_MOVE_LEFT,
KEYSTROKE_VIEWPORT_MOVE_UP,