Commit 8199ec31 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Keystroke.c: fix typo

make compilation work with -DNX_DEBUG_INPUT
parent 92ac0d27
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment