X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=fd2304692a7039f573b8013e5363809329cdcd0c;hp=4b60577ab9f2b7dab56422b3a831b1ee6d2b2e1b;hb=HEAD;hpb=45a8ba3455cf252332c03533a7590df5267ce9aa diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 4b60577a..4f743975 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -33,6 +33,8 @@ #include "shbtnprefs.inc" #include "videoconfig.inc" +// for MAX_COLOR_SPACE +#include "appearanceprefs.h" class Preferences { @@ -118,7 +120,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 +143,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 @@ -189,6 +193,9 @@ public: ArrayList shbtn_prefs; // file open probe order ArrayList file_probes; +// fast/slow forward and backward speeds, default 2.0/0.5 + float fast_speed; + float slow_speed; // ====================================== Plugin Set ============================== char plugin_dir[BCTEXTLEN];