Lines Matching defs:scratch
380 xXineramaScreenInfo scratch;
384 scratch.x_org = pseudoramiXScreens[i].x;
385 scratch.y_org = pseudoramiXScreens[i].y;
386 scratch.width = pseudoramiXScreens[i].w;
387 scratch.height = pseudoramiXScreens[i].h;
390 swaps(&scratch.x_org);
391 swaps(&scratch.y_org);
392 swaps(&scratch.width);
393 swaps(&scratch.height);
395 WriteToClient(client, sz_XineramaScreenInfo,&scratch);