X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=e076457494a576a99e148558d4313318dda8dee5;hb=f46839d462b640dd0542b2d87c7ab03e72a72613;hp=3b46f5f9a79cfcbbae0feb38510843005209ec7f;hpb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 3b46f5f9..e0764574 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -119,6 +119,7 @@ public: 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; @@ -189,6 +190,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;