Searched refs:dialog_color (Results 1 – 2 of 2) sorted by relevance
83 struct dialog_color { struct98 struct dialog_color screen; argument99 struct dialog_color shadow;100 struct dialog_color dialog;101 struct dialog_color title;102 struct dialog_color border;103 struct dialog_color button_active;104 struct dialog_color button_inactive;105 struct dialog_color button_key_active;106 struct dialog_color button_key_inactive;[all …]
166 static void init_one_color(struct dialog_color *color) in init_one_color()