Searched refs:class_hints (Results 1 – 2 of 2) sorted by relevance
451 XClassHint *class_hints; in rpng_x_create_window() local590 if ((class_hints = XAllocClassHint()) != NULL) { in rpng_x_create_window()591 class_hints->res_name = res_name; in rpng_x_create_window()592 class_hints->res_class = res_class; in rpng_x_create_window()596 size_hints, wm_hints, class_hints); in rpng_x_create_window()607 if (class_hints) in rpng_x_create_window()608 XFree(class_hints); in rpng_x_create_window()
844 XClassHint *class_hints; in rpng2_x_create_window() local967 if ((class_hints = XAllocClassHint()) != NULL) { in rpng2_x_create_window()968 class_hints->res_name = res_name; in rpng2_x_create_window()969 class_hints->res_class = res_class; in rpng2_x_create_window()973 size_hints, wm_hints, class_hints); in rpng2_x_create_window()984 if (class_hints) in rpng2_x_create_window()985 XFree(class_hints); in rpng2_x_create_window()