Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-06 10:27:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-06 10:27:23 +0300
commit6ff89166a8e9b442f912bbcaa4bbaa9e9d9ea01b (patch)
tree365e6d106c295632f9e7b030fd1a7d944f0ee781 /source/blender/editors/include/UI_interface.h
parent52502ad0a4ef3ea889ba4876b62ad32b2dbb28f0 (diff)
Cleanup: USE_UI_* prefix for UI defines
Otherwise there is no quick way to see where this comes from.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 4d1f1350047..b5d59f42b8d 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -1244,10 +1244,10 @@ void UI_widgetbase_draw_cache_flush(void);
void UI_widgetbase_draw_cache_end(void);
/* Special drawing for toolbar, mainly workarounds for inflexible icon sizing. */
-#define USE_TOOLBAR_HACK
+#define USE_UI_TOOLBAR_HACK
/* Support click-drag motion which presses the button and closes a popover (like a menu). */
-#define USE_POPOVER_ONCE
+#define USE_UI_POPOVER_ONCE
bool UI_but_is_tool(const uiBut *but);