~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BIF_editseq.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BIF_editseq.h,v 1.6 2003/10/20 20:14:15 aphex Exp $
 
2
 * $Id: BIF_editseq.h,v 1.9 2005/04/30 21:19:18 ton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
50
50
void                            make_meta(void);
51
51
void                            mouse_select_seq(void);
52
52
void                            no_gaps(void);
53
 
void                            seq_snapmenu(void);
 
53
void                            seq_snap(short event);
 
54
void                            seq_snap_menu(void);
54
55
void                            set_filter_seq(void);
55
56
void                            swap_select_seq(void);
56
57
void                            touch_seq_files(void);
57
 
void                            transform_seq(int mode);
 
58
void                            transform_seq(int mode, int context);
58
59
void                            un_meta(void);
59
60
 
 
61
/* drawseq.c */
 
62
void do_seqbuttons(short);
 
63
 
60
64
#endif
61
65