Searched defs:thigh (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c1178 unsigned int w,h,bwide,depth,thigh; local
1192 thigh = pixfinfo->ascent + pixfinfo->descent + 4;
1193 y = (bot ? (h - thigh) : 0);
1202 pixwind = XCreateSimpleWindow (dpy, wind, 0, y, w, thigh,
1216 pixwind = XCreateWindow(dpy, wind, 0, y, w, thigh, 0,

Completed in 459 milliseconds