X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=a54aa4662fb666dc3ec66712ce49973594c02973;hb=a4de4732339bf38b5b225c533be1bdf60748f04a;hp=e5cf23fc0dd419f60f3595db1c3871ad89a47169;hpb=9e779f63289f91f132569a933ddc93f4c1487751;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index e5cf23fc..a54aa466 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -93,6 +93,7 @@ public: double render_preroll; int brender_preroll; int force_uniprocessor; + int project_smp; // The number of cpus to use when rendering. // Determined by /proc/cpuinfo and force_uniprocessor int processors; @@ -105,6 +106,11 @@ public: // warning int warn_indexes; int warn_version; + int bd_warn_root; +// popup menus activate on button release + int popupmenu_btnup; +// textbox focus policy: click, leave + int textbox_focus_policy; // use dvd yuv420p interlace format int dvd_yuv420p_interlace;