Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 467 Lines • ▼ Show 20 Lines | typedef struct UserDef { | ||||
| int audiodevice; | int audiodevice; | ||||
| int audiorate; | int audiorate; | ||||
| int audioformat; | int audioformat; | ||||
| int audiochannels; | int audiochannels; | ||||
| int scrollback; /* console scrollback limit */ | int scrollback; /* console scrollback limit */ | ||||
| int dpi; /* range 48-128? */ | int dpi; /* range 48-128? */ | ||||
| float ui_scale; /* interface scale */ | float ui_scale; /* interface scale */ | ||||
| int pad1; | int ui_line_width; /* interface line width */ | ||||
| char node_margin; /* node insert offset (aka auto-offset) margin, but might be useful for later stuff as well */ | char node_margin; /* node insert offset (aka auto-offset) margin, but might be useful for later stuff as well */ | ||||
| char pad2; | char pad2; | ||||
| short transopts; /* eUserpref_Translation_Flags */ | short transopts; /* eUserpref_Translation_Flags */ | ||||
| short menuthreshold1, menuthreshold2; | short menuthreshold1, menuthreshold2; | ||||
| /* startup template */ | /* startup template */ | ||||
| char app_template[64]; | char app_template[64]; | ||||
| ▲ Show 20 Lines • Show All 440 Lines • Show Last 20 Lines | |||||