X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=d7f449efa09efcc0fe8f081471d3eab086512b56;hb=60f8df69db9ddd8148bfc41a17bb0955b52a45e6;hp=779363a324a55367875cbff1c79df7621b982181;hpb=9d5997d77ab7736be577456d8fd3dda0ba522d39;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 779363a3..d7f449ef 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -95,6 +95,8 @@ public: char theme[BCTEXTLEN]; // plugin icon set char plugin_icons[BCTEXTLEN]; +// snapshot directory path + char snapshot_path[BCTEXTLEN]; double render_preroll; int brender_preroll; int force_uniprocessor; @@ -110,6 +112,8 @@ public: int warn_indexes; int warn_version; int bd_warn_root; +// grab input focus on enter notify + int grab_input_focus; // popup menus activate on button release int popupmenu_btnup; // textbox focus policy: click, leave @@ -118,9 +122,14 @@ public: int forward_render_displacement; // use dvd yuv420p interlace format int dvd_yuv420p_interlace; +// highlight inversion color + int highlight_inverse; +// yuv color space/range + int yuv_color_space; + int yuv_color_range; // Default positions for channels - int channel_positions[MAXCHANNELS * MAXCHANNELS]; + int channel_positions[MAXCHANNELS][MAXCHANNELS]; Asset *brender_asset; int use_brender; @@ -147,6 +156,8 @@ public: int renderfarm_job_count; // Consolidate output files int renderfarm_consolidate; +// watchdog timeout, zero disabled + int renderfarm_watchdog_timeout; // Tip of the day int use_tipwindow;