Searched refs:temporaryGrab (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dungrdevb.c99 GrabPtr temporaryGrab; local in function:ProcXUngrabDeviceButton
130 temporaryGrab = AllocGrab(NULL);
131 if (!temporaryGrab)
134 temporaryGrab->resource = client->clientAsMask;
135 temporaryGrab->device = dev;
136 temporaryGrab->window = pWin;
137 temporaryGrab->type = DeviceButtonPress;
138 temporaryGrab->grabtype = XI;
139 temporaryGrab->modifierDevice = mdev;
140 temporaryGrab
[all...]
H A Dungrdevk.c101 GrabPtr temporaryGrab; local in function:ProcXUngrabDeviceKey
137 temporaryGrab = AllocGrab(NULL);
138 if (!temporaryGrab)
141 temporaryGrab->resource = client->clientAsMask;
142 temporaryGrab->device = dev;
143 temporaryGrab->window = pWin;
144 temporaryGrab->type = DeviceKeyPress;
145 temporaryGrab->grabtype = XI;
146 temporaryGrab->modifierDevice = mdev;
147 temporaryGrab
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dungrdevb.c101 GrabRec temporaryGrab; local in function:ProcXUngrabDeviceButton
131 temporaryGrab.resource = client->clientAsMask;
132 temporaryGrab.device = dev;
133 temporaryGrab.window = pWin;
134 temporaryGrab.type = DeviceButtonPress;
135 temporaryGrab.grabtype = GRABTYPE_XI;
136 temporaryGrab.modifierDevice = mdev;
137 temporaryGrab.modifiersDetail.exact = stuff->modifiers;
138 temporaryGrab.modifiersDetail.pMask = NULL;
139 temporaryGrab
[all...]
H A Dungrdevk.c103 GrabRec temporaryGrab; local in function:ProcXUngrabDeviceKey
138 temporaryGrab.resource = client->clientAsMask;
139 temporaryGrab.device = dev;
140 temporaryGrab.window = pWin;
141 temporaryGrab.type = DeviceKeyPress;
142 temporaryGrab.grabtype = GRABTYPE_XI;
143 temporaryGrab.modifierDevice = mdev;
144 temporaryGrab.modifiersDetail.exact = stuff->modifiers;
145 temporaryGrab.modifiersDetail.pMask = NULL;
146 temporaryGrab
[all...]

Completed in 5 milliseconds