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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c382 XSizeHints source_hints, window_hints; /* for sizes and locations */ local
393 bzero ((char *) &source_hints, sizeof source_hints);
424 &source_hints.x, &source_hints.y,
425 (unsigned int *)&source_hints.width,
426 (unsigned int *)&source_hints.height);
462 if ((params & valSource) && (source_hints.width <= 0 ||
463 source_hints.height <= 0)) {
465 ProgramName, source_hints
[all...]

Completed in 11 milliseconds