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>2004-06-17 00:25:56 +0400
committerTon Roosendaal <ton@blender.org>2004-06-17 00:25:56 +0400
commitb106d1b8b666c03abd74dc6901fa4966336e3dff (patch)
treea8b95d82024cc46fb1afe32ce1dc58679e440694 /source/blender/include/BIF_space.h
parented86852f7e90d9109959646f5819f2486c0dc03d (diff)
Added Panel support in Sequence window, and converted old Nkey menu for it.
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 8452745bbec..c53b15d8774 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -67,6 +67,9 @@ struct BWinEvent;
/* nla handler codes */
#define NLA_HANDLER_PROPERTIES 50
+/* sequence handler codes */
+#define SEQ_HANDLER_PROPERTIES 60
+
void scrarea_do_windraw (struct ScrArea *sa);
void scrarea_do_winchange (struct ScrArea *sa);