Lines Matching defs:stuff
86 static int SetClientPrivate(ClientPtr client, ConnectionPidPtr stuff,
288 switch (stuff->data)
330 if ((stuff->flags & INTERACTIVE_INFO) &&
331 (stuff->uid==ServerUid || ServerUid==0 || stuff->uid==0) &&
333 length = stuff->length - (sizeof(xIASetProcessInfoReq)>>2);
334 SetClientPrivate(client, (ConnectionPidPtr)&stuff[1], length);
338 if ((stuff->flags & INTERACTIVE_SETTING) &&
339 (stuff->uid==ServerUid || ServerUid==0) &&
341 SetIAPrivate((int *)&stuff[1]);
363 if (stuff->flags & INTERACTIVE_INFO) {
383 if (stuff->flags & INTERACTIVE_SETTING) {
427 switch (stuff->data)
642 SetClientPrivate(ClientPtr client, ConnectionPidPtr stuff, int length)
667 memcpy(cpp->pids, stuff, sizeof(ConnectionPidRec)*length);
741 focusID = stuff->focus;
776 (stuff->event.u.u.type == ClientMessage) &&
777 (stuff->event.u.u.detail == 32) ) {
783 if (stuff->destination == PointerWindow)
785 else if (stuff->destination == InputFocus)
804 res = dixLookupWindow(&pWin, stuff->destination, client,
825 if ((InteractiveOS==TRUE) && (stuff->valueMask & CWEventMask) &&
828 register XID *pVlist = (XID *) &stuff[1];
829 register Mask tmask = stuff->valueMask;