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>2008-12-12 21:47:12 +0300
committerTon Roosendaal <ton@blender.org>2008-12-12 21:47:12 +0300
commita46ddac1a979b2b94cf3a46c4b6a738841b025dc (patch)
tree420cc36b4cfc61b6d614f79e267cbcf17e46a6f0 /source/blender/makesdna/DNA_screen_types.h
parentfaf7965b3ca383d5b9504b644dff2ea40a55eb26 (diff)
2.5
- Added rudimentary support for Ipo window (Joshua can check on view2d issues for this? :) - removed ED_area.h, added ED_space_api.h
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index abc1041d6fe..73ee9cd9114 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -186,7 +186,8 @@ typedef struct ARegion {
/* regiontype, first two are the default set */
#define RGN_TYPE_WINDOW 0
#define RGN_TYPE_HEADER 1
-#define RGN_TYPE_TEMPORARY 2
+#define RGN_TYPE_CHANNELS 2
+#define RGN_TYPE_TEMPORARY 3
/* region alignment */
#define RGN_ALIGN_NONE 0