Lines Matching defs:scratch
320 xXineramaScreenInfo scratch;
324 scratch.x_org = pseudoramiXScreens[i].x;
325 scratch.y_org = pseudoramiXScreens[i].y;
326 scratch.width = pseudoramiXScreens[i].w;
327 scratch.height = pseudoramiXScreens[i].h;
331 swaps (&scratch.x_org, n);
332 swaps (&scratch.y_org, n);
333 swaps (&scratch.width, n);
334 swaps (&scratch.height, n);
336 WriteToClient (client, sz_XineramaScreenInfo, (char *) &scratch);