Lines Matching refs:stuff
235 if (stuff->mask != 0) { in ProcAppleWMSelectInput()
240 pEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
281 else if (stuff->mask == 0) { in ProcAppleWMSelectInput()
302 client->errorValue = stuff->mask; in ProcAppleWMSelectInput()
377 nitems = stuff->nitems; in ProcAppleWMSetWindowMenu()
388 max_len = (stuff->length << 2) - sizeof(xAppleWMSetWindowMenuReq); in ProcAppleWMSetWindowMenu()
389 bytes = (char *)&stuff[1]; in ProcAppleWMSetWindowMenu()
423 X11ApplicationSetWindowMenuCheck(stuff->index); in ProcAppleWMSetWindowMenuCheck()
445 if (Success != dixLookupWindow(&pWin, stuff->window, client, in ProcAppleWMSetWindowLevel()
449 if (stuff->level >= AppleWMNumWindowLevels) { in ProcAppleWMSetWindowLevel()
453 err = appleWMProcs->SetWindowLevel(pWin, stuff->level); in ProcAppleWMSetWindowLevel()
472 err = appleWMProcs->SendPSN(stuff->psn_hi, stuff->psn_lo); in ProcAppleWMSendPSN()
493 dixLookupWindow(&pWinChild, stuff->child, client, DixReadAccess)) in ProcAppleWMAttachTransient()
496 if (stuff->parent) { in ProcAppleWMAttachTransient()
498 dixLookupWindow(&pWinParent, stuff->parent, client, DixReadAccess)) in ProcAppleWMAttachTransient()
520 X11ApplicationSetCanQuit(stuff->state); in ProcAppleWMSetCanQuit()
538 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameGetRect()
539 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh); in ProcAppleWMFrameGetRect()
541 if (appleWMProcs->FrameGetRect(stuff->frame_rect, in ProcAppleWMFrameGetRect()
542 stuff->frame_class, in ProcAppleWMFrameGetRect()
569 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameHitTest()
570 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh); in ProcAppleWMFrameHitTest()
572 if (appleWMProcs->FrameHitTest(stuff->frame_class, stuff->px, in ProcAppleWMFrameHitTest()
573 stuff->py, &or, &ir, &ret) != Success) { in ProcAppleWMFrameHitTest()
594 if (Success != dixLookupWindow(&pWin, stuff->window, client, in ProcAppleWMFrameDraw()
598 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameDraw()
599 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh); in ProcAppleWMFrameDraw()
601 title_length = stuff->title_length; in ProcAppleWMFrameDraw()
602 title_max = (stuff->length << 2) - sizeof(xAppleWMFrameDrawReq); in ProcAppleWMFrameDraw()
607 title_bytes = (unsigned char *)&stuff[1]; in ProcAppleWMFrameDraw()
609 errno = appleWMProcs->FrameDraw(pWin, stuff->frame_class, in ProcAppleWMFrameDraw()
610 stuff->frame_attr, &or, &ir, in ProcAppleWMFrameDraw()
626 switch (stuff->data) { in ProcAppleWMDispatch()
634 switch (stuff->data) { in ProcAppleWMDispatch()
693 swaps(&stuff->length); in SProcAppleWMQueryVersion()
707 switch (stuff->data) { in SProcAppleWMDispatch()