patch for IRIX

pull/1/head
dscho 22 years ago
parent b34beb1b22
commit 5a5c22ffc9

@ -101,7 +101,7 @@ char ModifierState = 0;
/* this function adjusts the modifiers according to mod (as from modifiers) and ModifierState */
void tweakModifiers(char mod,Bool down)
void tweakModifiers(signed char mod,Bool down)
{
Bool isShift=ModifierState&(LEFTSHIFT|RIGHTSHIFT);
#ifdef KBDDEBUG

Loading…
Cancel
Save