X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.h;h=f0eb5cf2299bc3ca28729d3c5b34c5609c457545;hb=1671ba56125f316b8557edea8771e6732981c047;hp=7055ee153caa72a28c72b97e8d59cb9801ad26f6;hpb=3d5faf45a6c261bb3e9973b42cf682415a1fde2e;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/theme.h b/cinelerra-5.1/cinelerra/theme.h index 7055ee15..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;