X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=dc6589819dd54af5dd9837b6560a9495fd650dde;hb=22c6251d37911a11e322bf7518e6a992ea0bb6c7;hp=bbd41964d608a16504ea23c2daa6d4a7aeea0154;hpb=6ff8b339d215bb1c2cef589fd7959aa2e1834105;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index bbd41964..dc658981 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -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; @@ -118,6 +119,8 @@ public: // warning int warn_indexes; int warn_version; + int warn_stack; + int warn_fileref; int bd_warn_root; // grab input focus on enter notify int grab_input_focus; @@ -125,6 +128,8 @@ public: int popupmenu_btnup; // textbox focus policy: click, leave int textbox_focus_policy; +// apply display_matrix rotation, ffmpeg only + int auto_rotate; // forward playback starts next frame, not this frame int forward_render_displacement; // use dvd yuv420p interlace format @@ -188,6 +193,7 @@ public: char plugin_dir[BCTEXTLEN]; char lv2_path[BCTEXTLEN]; int autostart_lv2ui; + char nested_proxy_path[BCTEXTLEN]; // Required when updating renderfarm rates Mutex *preferences_lock;