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

/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c239 XWMHints wmhints; local
352 wmhints.flags = InputHint;
353 wmhints.input = True;
370 wmhints.flags |= IconWindowHint;
371 wmhints.icon_window = icon;
382 XSetWMHints(dsp, win, &wmhints);

Completed in 9 milliseconds