aboutsummaryrefslogtreecommitdiffstats
path: root/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/widget.c b/widget.c
index 7380793..da16597 100644
--- a/widget.c
+++ b/widget.c
@@ -12,12 +12,11 @@
#include "widget.h"
#include "util.h"
#include "eprintf.h"
+#include "color.h"
#define FORMAT "%.5g"
-static const mu_Color RED = {255, 0, 0, 255};
-static const mu_Color WHITE = {255, 255, 255, 255};
static const char *sc_selected_name(w_Select_Compressor *select);
static int select_compressor_active(mu_Context *ctx, w_Select_Compressor *select);