aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-30 11:55:10 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-30 11:55:10 -0400
commit2f425edd957b84d92961d78e8377f12db59cf068 (patch)
treea199917ae609fdc7cd048a97020e02832a44b092 /widget.h
parent48073692989863cef977c2eef6677d866e46fc0d (diff)
downloadvolute-2f425edd957b84d92961d78e8377f12db59cf068.zip
add compressor canvas widget to ui
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.h b/widget.h
index f46bae9..e72da7a 100644
--- a/widget.h
+++ b/widget.h
@@ -84,4 +84,4 @@ typedef struct {
int w_init_canvas(w_Canvas *c, const char *bg_img_path);
void w_free_canvas(w_Canvas *c);
-int w_canvas(mu_Context *ctx, w_Canvas *canvas);
+void w_canvas(mu_Context *ctx, w_Canvas *canvas);