HomeSort by: relevance | last modified time | path
    Searched defs:rheight (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
WMGeom.c 68 int rx, ry, rwidth, rheight; /* return values */ local
109 rheight = ((((umask & HeightValue) ? uheight :
119 if (rheight < min_height) rheight = min_height;
123 if (rheight > hints->max_height) rheight = hints->max_height;
146 (DisplayHeight(dpy, screen) + uy - rheight - 2 * bwidth) : uy);
149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth);
164 *height_return = rheight;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
Printstr.h 575 CARD16 rheight; /* reproducible y pixel width */ member in struct:__anon11198

Completed in 6 milliseconds