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-06-08 14:38:28 +0400
committerTon Roosendaal <ton@blender.org>2009-06-08 14:38:28 +0400
commit559ab6a835f1445c1877f1418a8b35cfcc9fb751 (patch)
tree2607b471f212ce858427e35aed63e68ad003bc89 /source/blender/editors/space_sequencer/sequencer_intern.h
parentca6a8a233b653e4545427b00fe265566da924522 (diff)
2.5
Sequencer: added Nkey + UI region, with two empty panels to fill!
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_intern.h')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_intern.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h
index df6a848696f..6f34aac0080 100644
--- a/source/blender/editors/space_sequencer/sequencer_intern.h
+++ b/source/blender/editors/space_sequencer/sequencer_intern.h
@@ -37,9 +37,14 @@ struct Sequence;
struct bContext;
struct rctf;
struct SpaceSeq;
+struct ScrArea;
struct ARegion;
+struct ARegionType;
struct Scene;
+/* space_sequencer.c */
+struct ARegion *sequencer_has_buttons_region(struct ScrArea *sa);
+
/* sequencer_header.c */
void sequencer_header_buttons(const struct bContext *C, struct ARegion *ar);
@@ -140,5 +145,10 @@ struct ImBuf *make_vectorscope_view_from_ibuf(struct ImBuf * ibuf);
struct ImBuf *make_zebra_view_from_ibuf(struct ImBuf * ibuf, float perc);
struct ImBuf *make_histogram_view_from_ibuf(struct ImBuf * ibuf);
+/* sequencer_buttons.c */
+
+void SEQUENCER_OT_properties(struct wmOperatorType *ot);
+void sequencer_buttons_register(struct ARegionType *art);
+
#endif /* ED_SEQUENCER_INTERN_H */