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:
authorTon Roosendaal <ton@blender.org>2009-02-20 22:11:35 +0300
committerTon Roosendaal <ton@blender.org>2009-02-20 22:11:35 +0300
commit39c2b438a9490468625bd047fdf7b4c02c5348ef (patch)
tree2f1dcb2a839a115da9b77af518200769950c7f90 /source/blender/makesdna/DNA_screen_types.h
parentcdf70e0f847fdb5034d24c46e0ee60be1c24417b (diff)
2.5
Graph Editor: added region for buttons (properties), so we can check drivers again! Works like view3d, press NKEY. No buttons there yet though... no time anymore today, it'll require some RNA magic probably.
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index bc845ec177a..d90527040dd 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -217,6 +217,8 @@ typedef struct ARegion {
#define RGN_OVERLAP_LEFT 11
#define RGN_OVERLAP_RIGHT 12
+#define RGN_SPLIT_PREV 32
+
/* region flag */
#define RGN_FLAG_HIDDEN 1
#define RGN_FLAG_TOO_SMALL 2