Home
last modified time | relevance | path

Searched refs:modifier_device (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xipassivegrabdevice.c55 DeviceIntPtr modifier_device, int button,
59 DeviceIntPtr modifier_device, int button,
67 DeviceIntPtr modifier_device, int button, in __wrap_GrabButton() argument
72 __real_GrabButton(client, dev, modifier_device, button, param, grabtype, mask); in __wrap_GrabButton()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dungrdevb.c111 if (stuff->modifier_device != UseXKeyboard) { in ProcXUngrabDeviceButton()
112 rc = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXUngrabDeviceButton()
H A Dgrabdevk.c116 if (stuff->modifier_device != UseXKeyboard) { in ProcXGrabDeviceKey()
117 ret = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXGrabDeviceKey()
H A Dgrabdevb.c118 if (stuff->modifier_device != UseXKeyboard) { in ProcXGrabDeviceButton()
119 ret = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXGrabDeviceButton()
H A Dungrdevk.c113 if (stuff->modifier_device != UseXKeyboard) { in ProcXUngrabDeviceKey()
114 rc = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXUngrabDeviceKey()
H A Dexevents.c2237 GrabButton(ClientPtr client, DeviceIntPtr dev, DeviceIntPtr modifier_device, in GrabButton() argument
2284 grab = CreateGrab(client->index, dev, modifier_device, pWin, grabtype, in GrabButton()
2295 GrabKey(ClientPtr client, DeviceIntPtr dev, DeviceIntPtr modifier_device, in GrabKey() argument
2332 grab = CreateGrab(client->index, dev, modifier_device, pWin, grabtype, in GrabKey()