Home
last modified time | relevance | path

Searched refs:class_hints (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
Drpng-x.c451 XClassHint *class_hints; in rpng_x_create_window() local
590 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()
Drpng2-x.c844 XClassHint *class_hints; in rpng2_x_create_window() local
967 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()