Searched refs:wm_hints (Results 1 – 2 of 2) sorted by relevance
451 XWMHints *wm_hints; in rpng_x_create_window() local584 if ((wm_hints = XAllocWMHints()) != NULL) { in rpng_x_create_window()585 wm_hints->initial_state = NormalState; in rpng_x_create_window()586 wm_hints->input = True; in rpng_x_create_window()588 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ; in rpng_x_create_window()597 size_hints, wm_hints, class_hints); in rpng_x_create_window()606 if (wm_hints) in rpng_x_create_window()607 XFree(wm_hints); in rpng_x_create_window()
852 XWMHints *wm_hints; in rpng2_x_create_window() local969 if ((wm_hints = XAllocWMHints()) != NULL) { in rpng2_x_create_window()970 wm_hints->initial_state = NormalState; in rpng2_x_create_window()971 wm_hints->input = True; in rpng2_x_create_window()973 wm_hints->flags = StateHint | InputHint /* | IconPixmapHint */ ; in rpng2_x_create_window()982 size_hints, wm_hints, class_hints); in rpng2_x_create_window()991 if (wm_hints) in rpng2_x_create_window()992 XFree(wm_hints); in rpng2_x_create_window()
Completed in 12 milliseconds