X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=7f63bcedcd43867520ed40ff9c7341b06e730ff3;hb=39c01b7242f15858ebd8847e8895ac880e464ff2;hp=0500641c985e7045272f5660010df60c7a888d55;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 0500641c..7f63bced 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -92,6 +92,9 @@ public: int perpetual_session; int trap_sigsegv; 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 @@ -128,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];