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 450 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);
rpng2-x.c 843 XWMHints *wm_hints; local
    [all...]

Completed in 41 milliseconds