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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c406 XWMHints *wm_hints; local
538 if ((wm_hints = XAllocWMHints()) != NULL) {
539 wm_hints->initial_state = NormalState;
540 wm_hints->input = True;
541 /* wm_hints->icon_pixmap = icon_pixmap; */
542 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ;
546 size_hints, wm_hints, NULL);
555 if (wm_hints)
556 XFree(wm_hints);
H A Drpng2-x.c626 XWMHints *wm_hints; local
742 if ((wm_hints = XAllocWMHints()) != NULL) {
743 wm_hints->initial_state = NormalState;
744 wm_hints->input = True;
745 /* wm_hints->icon_pixmap = icon_pixmap; */
746 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ;
750 size_hints, wm_hints, NULL);
759 if (wm_hints)
760 XFree(wm_hints);

Completed in 50 milliseconds