From 9d09eda0a31027c83430718e5caed3797da51b51 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 16 Feb 2019 16:13:12 +1100 Subject: DNA: rename theme space types Follow enum naming convention, use "space_" prefix instead of "t". --- source/blender/makesdna/DNA_userdef_types.h | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'source/blender/makesdna/DNA_userdef_types.h') diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index cfb52c8fa14..8beed28fe3d 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -423,23 +423,23 @@ typedef struct bTheme { /* Individual Spacetypes */ /* note: ensure UI_THEMESPACE_END is updated when adding */ - ThemeSpace tbuts; - ThemeSpace tv3d; - ThemeSpace tfile; - ThemeSpace tipo; - ThemeSpace tinfo; - ThemeSpace tact; - ThemeSpace tnla; - ThemeSpace tseq; - ThemeSpace tima; - ThemeSpace text; - ThemeSpace toops; - ThemeSpace tnode; - ThemeSpace tuserpref; - ThemeSpace tconsole; - ThemeSpace tclip; - ThemeSpace ttopbar; - ThemeSpace tstatusbar; + ThemeSpace space_properties; + ThemeSpace space_view3d; + ThemeSpace space_file; + ThemeSpace space_graph; + ThemeSpace space_info; + ThemeSpace space_action; + ThemeSpace space_nla; + ThemeSpace space_sequencer; + ThemeSpace space_image; + ThemeSpace space_text; + ThemeSpace space_outliner; + ThemeSpace space_node; + ThemeSpace space_preferences; + ThemeSpace space_console; + ThemeSpace space_clip; + ThemeSpace space_topbar; + ThemeSpace space_statusbar; /* 20 sets of bone colors for this theme */ ThemeWireColor tarm[20]; -- cgit v1.2.3