Lines Matching refs:scratch
378 xXineramaScreenInfo scratch;
382 scratch.x_org = pVMWARE->xineramaState[i].x_org;
383 scratch.y_org = pVMWARE->xineramaState[i].y_org;
384 scratch.width = pVMWARE->xineramaState[i].width;
385 scratch.height = pVMWARE->xineramaState[i].height;
388 _swaps(&scratch.x_org, n);
389 _swaps(&scratch.y_org, n);
390 _swaps(&scratch.width, n);
391 _swaps(&scratch.height, n);
393 WriteToClient(client, sz_XineramaScreenInfo, (char *)&scratch);