From 39c2b438a9490468625bd047fdf7b4c02c5348ef Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 20 Feb 2009 19:11:35 +0000 Subject: 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. --- source/blender/makesdna/DNA_screen_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_screen_types.h') 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 -- cgit v1.2.3