diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 12:22:30 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 12:22:30 -0400 |
| commit | cb1183751aa25069560923948a0a6de300e6ac9c (patch) | |
| tree | f2bd33a2391d70c058d570964996428a4d1ecb26 /widget.c | |
| parent | 5df9fecb029c740e151235ebbfb4835f21bd8313 (diff) | |
| download | volute-cb1183751aa25069560923948a0a6de300e6ac9c.zip | |
color.h
Diffstat (limited to 'widget.c')
| -rw-r--r-- | widget.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |