Lines Matching refs:stuff
80 swaps(&stuff->length, n);
82 swapl(&stuff->grabWindow, n);
83 swaps(&stuff->modifiers, n);
84 swaps(&stuff->event_count, n);
86 stuff->event_count * sizeof(CARD32));
87 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count);
112 if (stuff->length !=
113 bytes_to_int32(sizeof(xGrabDeviceButtonReq)) + stuff->event_count)
116 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess);
120 if (stuff->modifier_device != UseXKeyboard) {
121 ret = dixLookupDevice(&mdev, stuff->modifier_device, client,
134 class = (XEventClass *) (&stuff[1]); /* first word of values */
137 stuff->event_count, tmp, dev,
143 param.ownerEvents = stuff->ownerEvents;
144 param.this_device_mode = stuff->this_device_mode;
145 param.other_devices_mode = stuff->other_devices_mode;
146 param.grabWindow = stuff->grabWindow;
147 param.modifiers = stuff->modifiers;
148 mask.xi = tmp[stuff->grabbed_device].mask;
150 ret = GrabButton(client, dev, mdev, stuff->button, ¶m,