r602: Fix baver's code... don't insert timecode when show_tc is not set
[cinelerra_cv/mob.git] / cinelerra / mwindow.inc
blob0cc7c3000f2ebc1f4d4baa9ca34a3bfaf7ca8670
1 #ifndef MWINDOW_INC
2 #define MWINDOW_INC
4 #define PROGRAM_NAME "Cinelerra"
5 #define CINELERRA_VERSION "1.2.2"
6 #define DEFAULT_THEME "Blond"
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