X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=e814f4260f8f91d5a52a64af59d3ccedc15a4e22;hp=dc6589819dd54af5dd9837b6560a9495fd650dde;hb=54b918a8b84f666bf32548ebd12b93908061d2a6;hpb=a6fa7638ac79011ab3188e1f4120680c641cca52 diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index dc658981..e814f426 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -118,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; @@ -141,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 @@ -156,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;