Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c445 XClassHint *class_hints; in rpng_x_create_window() local
584 if ((class_hints = XAllocClassHint()) != NULL) { in rpng_x_create_window()
585 class_hints->res_name = res_name; in rpng_x_create_window()
586 class_hints->res_class = res_class; in rpng_x_create_window()
590 size_hints, wm_hints, class_hints); in rpng_x_create_window()
601 if (class_hints) in rpng_x_create_window()
602 XFree(class_hints); in rpng_x_create_window()
Drpng2-x.c820 XClassHint *class_hints; in rpng2_x_create_window() local
943 if ((class_hints = XAllocClassHint()) != NULL) { in rpng2_x_create_window()
944 class_hints->res_name = res_name; in rpng2_x_create_window()
945 class_hints->res_class = res_class; in rpng2_x_create_window()
949 size_hints, wm_hints, class_hints); in rpng2_x_create_window()
960 if (class_hints) in rpng2_x_create_window()
961 XFree(class_hints); in rpng2_x_create_window()