00001 #ifndef MWINDOW_INC 00002 #define MWINDOW_INC 00003 00004 #define PROGRAM_NAME "Cinelerra" 00005 #define CINELERRA_VERSION "2.1CV" 00006 #define DEFAULT_THEME "S.U.V." 00007 #define CONFIG_FILE "Cinelerra_rc" 00008 00009 // What to call silence in the EDL 00010 #define SILENCE "SILENCE" 00011 00012 // Behavior of region selections 00013 #define SELECTION_SAMPLES 0 00014 #define SELECTION_EDIT 1 00015 00016 class MWindow; 00017 00018 #endif
1.5.5