Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-x.c452 XClassHint *class_hints; in rpng_x_create_window() local
591 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()
A Drpng2-x.c853 XClassHint *class_hints; in rpng2_x_create_window() local
976 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