Lines Matching defs:scratch
256 xXineramaScreenInfo scratch;
258 scratch.x_org = monitor->geometry.box.x1;
259 scratch.y_org = monitor->geometry.box.y1;
260 scratch.width = monitor->geometry.box.x2 - monitor->geometry.box.x1;
261 scratch.height = monitor->geometry.box.y2 - monitor->geometry.box.y1;
264 swaps(&scratch.x_org);
265 swaps(&scratch.y_org);
266 swaps(&scratch.width);
267 swaps(&scratch.height);
270 WriteToClient(client, sz_XineramaScreenInfo, &scratch);