X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.h;h=f0eb5cf2299bc3ca28729d3c5b34c5609c457545;hp=1845b8710d012483fff05fa496de687aa29ca9f0;hb=9e3d90a964c0fbe97c0b58235336a47111932d5d;hpb=c857b2fb7965d27d86d5785fb9f1b8957a871a1a diff --git a/cinelerra-5.1/cinelerra/theme.h b/cinelerra-5.1/cinelerra/theme.h index 1845b871..f0eb5cf2 100644 --- a/cinelerra-5.1/cinelerra/theme.h +++ b/cinelerra-5.1/cinelerra/theme.h @@ -25,6 +25,7 @@ #include "awindowgui.inc" #include "batchrender.inc" #include "bctheme.h" +#include "compressortools.inc" #include "cwindowgui.inc" #include "guicast.h" #include "keyframegui.inc" @@ -164,7 +165,18 @@ public: int adivider_x, adivider_y, adivider_w, adivider_h; int afolders_x, afolders_y, afolders_w, afolders_h; int alist_x, alist_y, alist_w, alist_h; + int stack_button_w; int audio_color; +// audio zero crossing + int zero_crossing_color; +// compressor graph line + int graph_active_color; + int graph_inactive_color; +// compressor graph background + int graph_grid_color; + int graph_bg_color; + int graph_border1_color; + int graph_border2_color; int assetedit_color; int browse_pad; int cauto_x, cauto_y, cauto_w, cauto_h; @@ -331,6 +343,7 @@ public: VFrame **lift_data; VFrame *maskkeyframe_data; VFrame *modekeyframe_data; + VFrame *hardedge_data; VFrame **movedn_data; VFrame **moveup_data; VFrame **newbin_data;