add Autosave continuous backups by Andras Reuss and Andrew-R
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index fd2304692a7039f573b8013e5363809329cdcd0c..e814f4260f8f91d5a52a64af59d3ccedc15a4e22 100644 (file)
@@ -97,9 +97,10 @@ public:
        int vicon_size, vicon_color_mode;
        float layout_scale;
 // Title of theme
-       char theme[BCTEXTLEN];
+       char theme[BCSTRLEN];
+       char locale[BCSTRLEN];
 // plugin icon set
-       char plugin_icons[BCTEXTLEN];
+       char plugin_icons[BCSTRLEN];
 // snapshot directory path
        char snapshot_path[BCTEXTLEN];
        double render_preroll;
@@ -117,7 +118,7 @@ public:
        char use_hw_dev[BCSTRLEN];
 // warning
        int warn_indexes;
-       int warn_version;
+       int unsafe_gui;
        int warn_stack;
        int warn_fileref;
        int bd_warn_root;
@@ -140,6 +141,8 @@ public:
        int yuv_color_range;
 // autocolor asset edit title
        int autocolor_assets;
+// ongoing continuous backups
+       int ongoing_backups;
 // ctrl_toggle && !ctrl_down() clears selection before toggle
        int ctrl_toggle;
 // rectify timeline audio waveform
@@ -155,6 +158,7 @@ public:
 // Several caches of cache_size exist so multiply by 4.
 // rendering, playback, timeline, preview
        int64_t cache_size;
+       int cache_transitions;
 
        int use_renderfarm;
        int renderfarm_port;