Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 416 Lines • ▼ Show 20 Lines | typedef struct ThemeSpace { | ||||
| /* info */ | /* info */ | ||||
| unsigned char info_selected[4], info_selected_text[4]; | unsigned char info_selected[4], info_selected_text[4]; | ||||
| unsigned char info_error[4], info_error_text[4]; | unsigned char info_error[4], info_error_text[4]; | ||||
| unsigned char info_warning[4], info_warning_text[4]; | unsigned char info_warning[4], info_warning_text[4]; | ||||
| unsigned char info_info[4], info_info_text[4]; | unsigned char info_info[4], info_info_text[4]; | ||||
| unsigned char info_debug[4], info_debug_text[4]; | unsigned char info_debug[4], info_debug_text[4]; | ||||
| unsigned char info_property[4], info_property_text[4]; | unsigned char info_property[4], info_property_text[4]; | ||||
| unsigned char info_operator[4], info_operator_text[4]; | unsigned char info_operator[4], info_operator_text[4]; | ||||
| unsigned char info_report_error[4], info_report_warning[4], info_report_info[4]; | |||||
| char _pad[4]; | |||||
| unsigned char paint_curve_pivot[4]; | unsigned char paint_curve_pivot[4]; | ||||
| unsigned char paint_curve_handle[4]; | unsigned char paint_curve_handle[4]; | ||||
| unsigned char metadatabg[4]; | unsigned char metadatabg[4]; | ||||
| unsigned char metadatatext[4]; | unsigned char metadatatext[4]; | ||||
| } ThemeSpace; | } ThemeSpace; | ||||
| ▲ Show 20 Lines • Show All 887 Lines • Show Last 20 Lines | |||||