Searched refs:modifier_device (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-xipassivegrabdevice.c | 55 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 D | ungrdevb.c | 111 if (stuff->modifier_device != UseXKeyboard) { in ProcXUngrabDeviceButton() 112 rc = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXUngrabDeviceButton()
|
| H A D | grabdevk.c | 116 if (stuff->modifier_device != UseXKeyboard) { in ProcXGrabDeviceKey() 117 ret = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXGrabDeviceKey()
|
| H A D | grabdevb.c | 118 if (stuff->modifier_device != UseXKeyboard) { in ProcXGrabDeviceButton() 119 ret = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXGrabDeviceButton()
|
| H A D | ungrdevk.c | 113 if (stuff->modifier_device != UseXKeyboard) { in ProcXUngrabDeviceKey() 114 rc = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXUngrabDeviceKey()
|
| H A D | exevents.c | 2237 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()
|