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:46:35 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-04-03 21:28:11 +0200
commit79520f9c614d40f0e7d92a43241b1043ef240f5d (patch)
treebf9e090d776a8fb5c993eb9fa5951163f365d911 /nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
parenta45a348c44d5c39e8b8de3289f764f4ab397dff7 (diff)
downloadnx-libs-79520f9c614d40f0e7d92a43241b1043ef240f5d.tar.gz
nx-libs-79520f9c614d40f0e7d92a43241b1043ef240f5d.tar.bz2
nx-libs-79520f9c614d40f0e7d92a43241b1043ef240f5d.zip
Keystroke.c: introduce nxagentDumpKeystrokes()
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Keystroke.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keystroke.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
index caf72f78c..777540aa0 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
@@ -29,6 +29,7 @@
#include "Events.h"
extern Bool nxagentCheckSpecialKeystroke(XKeyEvent*, enum HandleEventResult*);
+extern void nxagentDumpKeystrokes(void);
/* keep this sorted, do not rely on any numerical value in this enum, and be aware
* that KEYSTROKE_MAX may be used in a malloc */