View | Details | Raw Unified | Return to bug 400520
Collapse All | Expand All

(-)hw/vnc/kbdptr.c-orig (-2 / +2 lines)
Lines 142-151 Link Here
142
    Bool shiftMustBeReleased = FALSE;
142
    Bool shiftMustBeReleased = FALSE;
143
    Bool shiftMustBePressed = FALSE;
143
    Bool shiftMustBePressed = FALSE;
144
144
145
    if (!kbdDevice)
145
    if (!inputInfo.keyboard)
146
        return;
146
        return;
147
147
148
    keySyms = &kbdDevice->key->curKeySyms;
148
    keySyms = &inputInfo.keyboard->key->curKeySyms;
149
149
150
#ifdef CORBA
150
#ifdef CORBA
151
    if (cl) {
151
    if (cl) {

Return to bug 400520