X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=7f63bcedcd43867520ed40ff9c7341b06e730ff3;hp=e8698b71c38d81279e69b5682e3edeb89e6a9ccc;hb=0a6f0e773e20a4a8ada053c47ee9d93b1bd06e81;hpb=debf38f78ae5ce154f54183b1638278bf8a24736 diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index e8698b71..7f63bced 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -94,6 +94,7 @@ public: int trap_sigintr; // media thumbnail size int awindow_picon_h; + int vicon_size, vicon_color_mode; // Title of theme char theme[BCTEXTLEN]; // plugin icon set @@ -130,7 +131,10 @@ 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; // Default positions for channels int channel_positions[MAXCHANNELS][MAXCHANNELS];