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

/external/libpng/contrib/gregbook/
H A Drpng-x.c450 XWMHints *wm_hints; local
583 if ((wm_hints = XAllocWMHints()) != NULL) {
584 wm_hints->initial_state = NormalState;
585 wm_hints->input = True;
586 /* wm_hints->icon_pixmap = icon_pixmap; */
587 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ;
596 size_hints, wm_hints, class_hints);
605 if (wm_hints)
606 XFree(wm_hints);
H A Drpng2-x.c843 XWMHints *wm_hints; local
960 if ((wm_hints = XAllocWMHints()) != NULL) {
961 wm_hints->initial_state = NormalState;
962 wm_hints->input = True;
963 /* wm_hints->icon_pixmap = icon_pixmap; */
964 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ;
973 size_hints, wm_hints, class_hints);
982 if (wm_hints)
983 XFree(wm_hints);

Completed in 254 milliseconds