Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/kconfig/lxdialog/
Ddialog.h83 struct dialog_color { struct
98 struct dialog_color screen; argument
99 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 …]
Dutil.c166 static void init_one_color(struct dialog_color *color) in init_one_color()