aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-30 20:21:40 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-30 20:21:40 -0400
commite9613ccbdf82deb0f8275e63ad6b5ca23077095c (patch)
tree45413b223b2e083f3fd1b927ecce2bc75e6d48a8 /widget.h
parent2f425edd957b84d92961d78e8377f12db59cf068 (diff)
downloadvolute-e9613ccbdf82deb0f8275e63ad6b5ca23077095c.zip
draw circle on canvas
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 e72da7a..87ef504 100644
--- a/widget.h
+++ b/widget.h
@@ -85,3 +85,4 @@ typedef struct {
int w_init_canvas(w_Canvas *c, const char *bg_img_path);
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);