Commit 66f0a85e authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Pointer.c: code simplification

parent 759f89aa
...@@ -181,7 +181,7 @@ void nxagentInitPointerMap(void) ...@@ -181,7 +181,7 @@ void nxagentInitPointerMap(void)
int numButtons = XGetPointerMapping(nxagentDisplay, pointerMap, MAXBUTTONS); int numButtons = XGetPointerMapping(nxagentDisplay, pointerMap, MAXBUTTONS);
/* /*
* Computing revers pointer map. * Computing reverse pointer map.
*/ */
for (int i = 1; i <= numButtons; i++) for (int i = 1; i <= numButtons; i++)
......
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