aboutsummaryrefslogtreecommitdiffstats
path: root/widget.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-05-02 12:22:30 -0400
committerSam Anthony <sam@samanthony.xyz>2025-05-02 12:22:30 -0400
commitcb1183751aa25069560923948a0a6de300e6ac9c (patch)
treef2bd33a2391d70c058d570964996428a4d1ecb26 /widget.c
parent5df9fecb029c740e151235ebbfb4835f21bd8313 (diff)
downloadvolute-cb1183751aa25069560923948a0a6de300e6ac9c.zip
color.h
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);