Sequencer: added Nkey + UI region, with two empty panels to fill!
This commit is contained in:
2009-06-08 10:38:28 +00:00
parent ca6a8a233b
commit 559ab6a835
3 changed files with 87 additions and 0 deletions

View File

@@ -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 */