r105: This commit was manufactured by cvs2svn to create tag
[cinelerra_cv/mob.git] / hvirtual / cinelerra / mwindow.inc
blob2d262c6c3c30fcaf54e788c37637bb22c0ea5dec
1 #ifndef MWINDOW_INC
2 #define MWINDOW_INC
4 #define PROGRAM_NAME "Cinelerra"
5 #define VERSION "1.1.7"
6 #define DEFAULT_THEME "Blond"
8 // What to call silence in the EDL
9 #define SILENCE "SILENCE"
11 // Behavior of region selections
12 #define SELECTION_SAMPLES 0
13 #define SELECTION_EDIT 1
15 class MWindow;
17 #endif