Searched refs:class_hints (Results 1 – 2 of 2) sorted by relevance
452 XClassHint *class_hints; in rpng_x_create_window() local591 if ((class_hints = XAllocClassHint()) != NULL) { in rpng_x_create_window()592 class_hints->res_name = res_name; in rpng_x_create_window()593 class_hints->res_class = res_class; in rpng_x_create_window()597 size_hints, wm_hints, class_hints); in rpng_x_create_window()608 if (class_hints) in rpng_x_create_window()609 XFree(class_hints); in rpng_x_create_window()
853 XClassHint *class_hints; in rpng2_x_create_window() local976 if ((class_hints = XAllocClassHint()) != NULL) { in rpng2_x_create_window()977 class_hints->res_name = res_name; in rpng2_x_create_window()978 class_hints->res_class = res_class; in rpng2_x_create_window()982 size_hints, wm_hints, class_hints); in rpng2_x_create_window()993 if (class_hints) in rpng2_x_create_window()994 XFree(class_hints); in rpng2_x_create_window()
Completed in 10 milliseconds