fix bug in which maxKeysPerModifier wasn't getting set

This commit is contained in:
Brian 2007-04-23 12:34:01 -06:00
parent b5e1f7869b
commit ce099a9b78

View File

@ -1241,6 +1241,7 @@ DoSetModifierMapping(ClientPtr client, KeyCode *inputMap,
}
else {
pDev->key->modifierKeyMap = NULL;
pDev->key->maxKeysPerModifier = 0;
}
}
}