HomeSort by relevance Sort by last modified time
    Searched refs:wm_hints (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
rpng-x.c 451 XWMHints *wm_hints; local
584 if ((wm_hints = XAllocWMHints()) != NULL) {
585 wm_hints->initial_state = NormalState;
586 wm_hints->input = True;
587 /* wm_hints->icon_pixmap = icon_pixmap; */
588 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ;
597 size_hints, wm_hints, class_hints);
606 if (wm_hints)
607 XFree(wm_hints);
rpng2-x.c 852 XWMHints *wm_hints; local
    [all...]

Completed in 283 milliseconds