aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-01-19 12:18:41 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-07 14:57:15 +0200
commit8199ec319f9bebc2a2407d6e5d38f87943b3382c (patch)
tree56c37bb95a3088bb5a8ed822045b2badef1b3711
parent92ac0d27737cf94e72208817cfd261a412a0e428 (diff)
downloadnx-libs-8199ec319f9bebc2a2407d6e5d38f87943b3382c.tar.gz
nx-libs-8199ec319f9bebc2a2407d6e5d38f87943b3382c.tar.bz2
nx-libs-8199ec319f9bebc2a2407d6e5d38f87943b3382c.zip
Keystroke.c: fix typo
make compilation work with -DNX_DEBUG_INPUT
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keystroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
index 2f89195f5..a2cb03379 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.c
@@ -647,7 +647,7 @@ Bool nxagentCheckSpecialKeystroke(XKeyEvent *X, enum HandleEventResult *result)
break;
case KEYSTROKE_DEACTIVATE_INPUT_DEVICES_GRAB:
if (X->type == KeyPress) {
- nxagentDeactivateInputDevicesGrab();
+ nxagentDeactivateInputDevicesGrabs();
}
return True;
break;