This commit is contained in:
Glenn Maynard
2006-09-18 23:27:09 +00:00
parent 0e6a779446
commit 03ce23e9ea
11 changed files with 25 additions and 25 deletions
@@ -46,7 +46,7 @@ static DeviceButton XSymToDeviceButton( int key )
return ASCIIKeySyms[key & 0xFF];
/* 32...127: */
if( key < int(ARRAYSIZE(ASCIIKeySyms)))
if( key < int(ARRAYLEN(ASCIIKeySyms)))
return ASCIIKeySyms[key];
/* XK_KP_0 ... XK_KP_9 to KEY_KP_C0 ... KEY_KP_C9 */