Searched refs:sendCore (Results 1 – 2 of 2) sorted by relevance
4007 BOOL sendCore = (IsMaster(device) && device->coreEvents); in CheckDeviceGrabs() local4032 sendCore, TRUE)) { in CheckDeviceGrabs()4047 sendCore, TRUE)) { in CheckDeviceGrabs()4075 BOOL sendCore = (IsMaster(keybd) && keybd->coreEvents); in DeliverFocusedEvent() local4127 if (sendCore) { in DeliverFocusedEvent()4240 BOOL sendCore = FALSE; in DeliverGrabbedEvent() local4273 sendCore = (IsMaster(thisDev) && thisDev->coreEvents); in DeliverGrabbedEvent()4275 if ((sendCore && grab->grabtype == CORE) || grab->grabtype != CORE) in DeliverGrabbedEvent()
158303 dix: Set core devices to ProcessOtherEvents, set sendCore and XKB.