r726: Implementing ability to add textural info to the labels
[cinelerra_cv/mob.git] / cinelerra / mwindow.inc
blob6431d58ef1c74f1bc5880315d98927d5dfbaadbe
1 #ifndef MWINDOW_INC
2 #define MWINDOW_INC
4 #define PROGRAM_NAME "Cinelerra"
5 #define CINELERRA_VERSION "2.0"
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