X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=3b46f5f9a79cfcbbae0feb38510843005209ec7f;hp=e8698b71c38d81279e69b5682e3edeb89e6a9ccc;hb=32a609a6bd1181993569399ab51f314dc7cb4fba;hpb=debf38f78ae5ce154f54183b1638278bf8a24736 diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index e8698b71..3b46f5f9 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -94,6 +94,8 @@ public: int trap_sigintr; // media thumbnail size int awindow_picon_h; + int vicon_size, vicon_color_mode; + float layout_scale; // Title of theme char theme[BCTEXTLEN]; // plugin icon set @@ -111,9 +113,12 @@ public: int real_processors; // ffmpeg builds marker indexes as it builds idx files int ffmpeg_marker_indexes; +// ffmpeg hw_dev driver probe name + char use_hw_dev[BCSTRLEN]; // warning int warn_indexes; int warn_version; + int warn_stack; int bd_warn_root; // grab input focus on enter notify int grab_input_focus; @@ -130,7 +135,12 @@ public: // yuv color space/range int yuv_color_space; int yuv_color_range; - +// autocolor asset edit title + int autocolor_assets; +// ctrl_toggle && !ctrl_down() clears selection before toggle + int ctrl_toggle; +// rectify timeline audio waveform + int rectify_audio; // Default positions for channels int channel_positions[MAXCHANNELS][MAXCHANNELS];