Lines Matching refs:stuff

152     if (stuff->mask != 0) {  in ProcWindowsWMSelectInput()
157 pEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
199 else if (stuff->mask == 0) { in ProcWindowsWMSelectInput()
220 client->errorValue = stuff->mask; in ProcWindowsWMSelectInput()
324 if (stuff->frame_rect != 0) { in ProcWindowsWMFrameGetRect()
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
331 stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameGetRect()
335 stuff->ix, stuff->iy, stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
343 stuff->frame_style_ex); in ProcWindowsWMFrameGetRect()
372 rc = dixLookupWindow(&pWin, stuff->window, client, DixReadAccess); in ProcWindowsWMFrameDraw()
385 pRLWinPriv->hWnd, (int) stuff->frame_style, in ProcWindowsWMFrameDraw()
386 (int) stuff->frame_style_ex); in ProcWindowsWMFrameDraw()
388 stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcWindowsWMFrameDraw()
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
393 stuff->ix + stuff->iw, stuff->iy + stuff->ih); in ProcWindowsWMFrameDraw()
399 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameDraw()
400 stuff->frame_style_ex); in ProcWindowsWMFrameDraw()
403 if (!SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, stuff->frame_style_ex)) { in ProcWindowsWMFrameDraw()
408 if (!SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, stuff->frame_style)) { in ProcWindowsWMFrameDraw()
460 rc = dixLookupWindow(&pWin, stuff->window, client, DixReadAccess); in ProcWindowsWMFrameSetTitle()
467 title_length = stuff->title_length; in ProcWindowsWMFrameSetTitle()
468 title_max = (stuff->length << 2) - sizeof(xWindowsWMFrameSetTitleReq); in ProcWindowsWMFrameSetTitle()
478 strncpy(title_bytes, (char *) &stuff[1], title_length); in ProcWindowsWMFrameSetTitle()
507 switch (stuff->data) { in ProcWindowsWMDispatch()
515 switch (stuff->data) { in ProcWindowsWMDispatch()
550 swaps(&stuff->length); in SProcWindowsWMQueryVersion()
564 switch (stuff->data) { in SProcWindowsWMDispatch()