Missed from last commit

This commit is contained in:
Campbell Barton 2019-09-05 03:28:45 +10:00
parent 1715d09d7c
commit 49ff9ca613
1 changed files with 3 additions and 3 deletions

View File

@ -568,7 +568,7 @@ typedef struct UserDef_Runtime {
*/
typedef struct UserDef_SpaceData {
char section_active;
/** #eUserPrefUI_Flag UI options. */
/** #eUserPref_SpaceData_Flag UI options. */
char flag;
char _pad0[6];
} UserDef_SpaceData;
@ -853,11 +853,11 @@ typedef enum eUserPref_Section {
} eUserPref_Section;
/** #UserDef_SpaceData.flag (State of the user preferences UI). */
typedef enum eUserPrefUI_Flag {
typedef enum eUserPref_SpaceData_Flag {
/** Hide/expand key-map preferences. */
USER_SPACEDATA_INPUT_HIDE_UI_KEYCONFIG = (1 << 0),
USER_SPACEDATA_ADDONS_SHOW_ONLY_ENABLED = (1 << 1),
} eUserPrefUI_Flag;
} eUserPref_SpaceData_Flag;
/** #UserDef.flag */
typedef enum eUserPref_Flag {