X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.inc;h=6eb2939977b4fb8916a78cd8e5cd883e8f2e19ae;hp=29779763473b95fb2075a381ffb119b2e6ab56af;hb=7ffa6954689f14a41a3bae7a0fdb3f2abeaa9679;hpb=e41864cf7931bfb86f68c5d35d4578dfe161d386 diff --git a/cinelerra-5.1/cinelerra/preferences.inc b/cinelerra-5.1/cinelerra/preferences.inc index 29779763..6eb29399 100644 --- a/cinelerra-5.1/cinelerra/preferences.inc +++ b/cinelerra-5.1/cinelerra/preferences.inc @@ -25,12 +25,21 @@ // Run-time configuration directory #define DEAMON_PORT 400 #define BACKUP_FILE "backup.xml" +#define BACKUPn_FILE "backup%d.xml" #define BACKUP_FILE1 "backup.prev" #define LAYOUT_FILE "layout%d_rc" +#define LAYOUT_NAME_LEN 8 +#define LAYOUTS_MAX 4 #define DEFAULT_LV2_PATH CINDAT_DIR "/lv2" +#define DEFAULT_NESTED_PROXY_PATH NESTED_DIR +#define DEFAULT_SNAPSHOT_PATH SNAP_DIR #define FFMPEG_EARLY_TIP _("Currently: Try FFMpeg first\n Click to: Try FFMpeg last") #define FFMPEG_LATE_TIP _("Currently: Try FFMpeg last\n Click to: Try FFMpeg first") +#define VICON_COLOR_MODE_LOW 0 +#define VICON_COLOR_MODE_MED 1 +#define VICON_COLOR_MODE_HIGH 2 + class Preferences; class PlaybackConfig; class AudioOutConfig;