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

/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c238 XSizeHints size_hints; local
303 size_hints.x = DEFX;
304 size_hints.y = DEFY;
305 size_hints.width = DEFW;
306 size_hints.height = DEFH;
308 size_hints.flags = 0;
310 geomStat = XParseGeometry(geom, &(size_hints.x),
311 &(size_hints.y),
312 (unsigned int *) &(size_hints.width),
313 (unsigned int *) &(size_hints
[all...]

Completed in 11 milliseconds