Searched refs:lastSlave (Results 1 – 10 of 10) sorted by relevance
1516 DeviceIntPtr ptr, mpointer, lastSlave = NULL; in InjectPointerKeyEvents() local1521 lastSlave = mpointer->lastSlave; in InjectPointerKeyEvents()1534 if (IsMaster(dev) && (lastSlave && lastSlave != ptr)) in InjectPointerKeyEvents()1535 UpdateFromMaster(&events[nevents], lastSlave, DEVCHANGE_POINTER_EVENT, in InjectPointerKeyEvents()
2766 (other != master || dev != master->lastSlave)) in ProcXkbSetMap()2801 (other != master || dev != master->lastSlave)) in ProcXkbSetMap()6170 (tmpd != master || dev != master->lastSlave)) in ProcXkbGetKbdByName()
570 DeviceIntPtr lastSlave; /* last slave device used */ member
475 master->lastSlave = dev; in mieqProcessDeviceEvent()
480 if (IsMaster(other) && other->lastSlave == dev) in DisableDevice()481 other->lastSlave = NULL; in DisableDevice()2749 pointer->lastSlave = NULL; in AllocDevicePair()2776 keyboard->lastSlave = NULL; in AllocDevicePair()
283 GetMaster(dev, MASTER_KEYBOARD)->lastSlave == dev) { in change_modmap()
3549 if (dev->lastSlave) in ProcWarpPointer()3550 dev = dev->lastSlave; in ProcWarpPointer()
2555 if (!master || !master->lastSlave) in sprite_check_lost_focus()2562 if (master->lastSlave == xwl_seat->pointer && in sprite_check_lost_focus()
2194 if (master && master->lastSlave == dev) in SetScrollValuator()
9022 xkb: XkbSetMap on the lastSlave needs to change the master11228 be set (i.e. “lastSlave” is still NULL).19940 our way to the device's lastSlave here so as not to break assumption #189331 This fixes a server crash where the lastSlave is a pointer device without97270 Move master/lastSlave out of the union into separate fields.97274 if lastSlave was set (instead of master).97387 dev->u.master is the same field as dev->u.lastSlave. Thus, if dev is a master97433 These two were sideeffects of lastSlave being in the same field as the97434 master. For devices generated by the master device directly, lastSlave was 0107110 Silence GCC warning about uninitialized lastSlave variable[all …]