Commit 66046f13 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Keyboard.c: make nxagentKeycodeConversion a Boolean

parent 8fd25cf8
...@@ -475,7 +475,7 @@ static CARD8 nxagentConvertedKeycodes[] = ...@@ -475,7 +475,7 @@ static CARD8 nxagentConvertedKeycodes[] =
/* 255 */ 255 /* 255 */ 255
}; };
static int nxagentKeycodeConversion = False; static Bool nxagentKeycodeConversion = False;
CARD8 nxagentConvertKeycode(CARD8 k) CARD8 nxagentConvertKeycode(CARD8 k)
{ {
......
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