Lines Matching refs:stuff
78 swaps(&stuff->length);
80 swapl(&stuff->grabWindow);
81 swaps(&stuff->modifiers);
82 swaps(&stuff->event_count);
84 stuff->event_count * sizeof(CARD32));
85 SwapLongs((CARD32 *) (&stuff[1]), stuff->event_count);
110 if (stuff->length !=
111 bytes_to_int32(sizeof(xGrabDeviceButtonReq)) + stuff->event_count)
114 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess);
118 if (stuff->modifier_device != UseXKeyboard) {
119 ret = dixLookupDevice(&mdev, stuff->modifier_device, client,
133 class = (XEventClass *) (&stuff[1]); /* first word of values */
136 stuff->event_count, tmp, dev,
142 .ownerEvents = stuff->ownerEvents,
143 .this_device_mode = stuff->this_device_mode,
144 .other_devices_mode = stuff->other_devices_mode,
145 .grabWindow = stuff->grabWindow,
146 .modifiers = stuff->modifiers
148 mask.xi = tmp[stuff->grabbed_device].mask;
150 ret = GrabButton(client, dev, mdev, stuff->button, ¶m, XI, &mask);