aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-05-02 20:54:00 -0230
committerSam Anthony <sam@samanthony.xyz>2025-05-02 20:54:00 -0230
commite977059a478178101eda2e6771d52f21b135248c (patch)
treecfc1d592479cd4bc030041dcf106a224a65fa91c /widget.h
parent08ddaa509e254c335a13417b157d4da23ea9314b (diff)
downloadvolute-e977059a478178101eda2e6771d52f21b135248c.zip
select compressor map
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget.h b/widget.h
index 98f592c..802e8ba 100644
--- a/widget.h
+++ b/widget.h
@@ -87,3 +87,4 @@ void w_free_canvas(w_Canvas *c);
void w_canvas(mu_Context *ctx, w_Canvas *canvas);
void w_canvas_draw_circle(w_Canvas *canvas, int x, int y, int r, mu_Color color);
void w_clear_canvas(w_Canvas *canvas);
+int w_canvas_set_bg(w_Canvas *canvas, const char *path);