Bugzilla – Attachment #292659: Xvnc patch to add dynamically allocated keycodes to the core keyboard's mapping for bug #400520
Bool shiftMustBeReleased = FALSE;
Bool shiftMustBePressed = FALSE;
if (!kbdDevice)
if (!inputInfo.keyboard)
return;
keySyms = &kbdDevice->key->curKeySyms;
keySyms = &inputInfo.keyboard->key->curKeySyms;
#ifdef CORBA
if (cl) {