Home
last modified time | relevance | path

Searched refs:sendCore (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c4007 BOOL sendCore = (IsMaster(device) && device->coreEvents); in CheckDeviceGrabs() local
4032 sendCore, TRUE)) { in CheckDeviceGrabs()
4047 sendCore, TRUE)) { in CheckDeviceGrabs()
4075 BOOL sendCore = (IsMaster(keybd) && keybd->coreEvents); in DeliverFocusedEvent() local
4127 if (sendCore) { in DeliverFocusedEvent()
4240 BOOL sendCore = FALSE; in DeliverGrabbedEvent() local
4273 sendCore = (IsMaster(thisDev) && thisDev->coreEvents); in DeliverGrabbedEvent()
4275 if ((sendCore && grab->grabtype == CORE) || grab->grabtype != CORE) in DeliverGrabbedEvent()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog158303 dix: Set core devices to ProcessOtherEvents, set sendCore and XKB.