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-10-04 01:54:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-04 02:37:22 +0300
commit3c8c1841d72d8b9b13799c9a12cd8637b38be51d (patch)
tree08c0a06d79ab98d5a878051246645931d6eb6faf /source/blender/editors/screen/CMakeLists.txt
parent55f62b94f861b3284ae813fd4d0ca9f1458f7ae5 (diff)
UI: use shared toolbar region callbacks
Image toolbar now starts with a single column width and snaps to button increments.
Diffstat (limited to 'source/blender/editors/screen/CMakeLists.txt')
-rw-r--r--source/blender/editors/screen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/CMakeLists.txt b/source/blender/editors/screen/CMakeLists.txt
index 4be65f60b21..e01be2ed709 100644
--- a/source/blender/editors/screen/CMakeLists.txt
+++ b/source/blender/editors/screen/CMakeLists.txt
@@ -42,6 +42,7 @@ set(INC_SYS
set(SRC
area.c
+ area_utils.c
glutil.c
screen_context.c
screen_draw.c