Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / mwindow.inc
blob9d82e2a5649bb6fe7b7bdaa350c6d73bf463d50f
1 #ifndef MWINDOW_INC
2 #define MWINDOW_INC
4 #define PROGRAM_NAME "Cinelerra"
5 #define CINELERRA_VERSION "2.1CV"
6 #define DEFAULT_THEME "S.U.V."
7 #define CONFIG_FILE "Cinelerra_rc"
9 // What to call silence in the EDL
10 #define SILENCE "SILENCE"
12 // Behavior of region selections
13 #define SELECTION_SAMPLES 0
14 #define SELECTION_EDIT 1
16 class MWindow;
18 #endif
20 //      Local Variables:
21 //      mode: C++
22 //      c-file-style: "linux"
23 //      End: