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>2005-10-27 18:11:25 +0400
committerTon Roosendaal <ton@blender.org>2005-10-27 18:11:25 +0400
commit3c27069c8615e295104c3ad8a73f4a558e2014ca (patch)
treeca4dd22b92359e682824837a7d55898a3ff285d9 /source/blender/makesdna/DNA_screen_types.h
parent44a9e0538ed2f05b5ddf055794d1d897ec117875 (diff)
Missing include for screen handlers (had to move to kernel level)
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 7346dc08ed4..ad45ae7d58d 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -147,8 +147,12 @@ typedef struct ScrArea {
#define B_SCROLL 8
#define HOR_SCROLL 12
-/* screen->flag */
+/* screen handlers */
+#define SCREEN_MAXHANDLER 8
+#define SCREEN_HANDLER_ANIM 1
+#define SCREEN_HANDLER_PYTHON 2
+#define SCREEN_HANDLER_VERSE 3
/* dunno who thought this below is nice code, but be warned, the values are written in
a file, and cannot be switched or altered. enum here is out of focus (ton) */