Searched refs:display_height (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c200 int display_width, display_height; local in function:main
289 display_height = DisplayHeight (dpy, screen);
292 height = display_height;
317 * = (0,0) for (display_width,display_height)
319 * =WxH-X-Y (display_width-W-X,display_height-H-Y) for (W,H)
320 * =+X+Y (X,Y) for (display_width-X,display_height-Y)
322 * =-X-Y (0,0) for (display_width-X,display_height-Y)
325 * (display_width,display_height) we just have to deal with the
339 y = display_height - height + y;
341 height = display_height
[all...]

Completed in 2 milliseconds