From 5df9fecb029c740e151235ebbfb4835f21bd8313 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 2 May 2025 12:04:19 -0400 Subject: set canvas dirty when circle drawn --- widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widget.h') diff --git a/widget.h b/widget.h index 87ef504..d722541 100644 --- a/widget.h +++ b/widget.h @@ -85,4 +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); +void w_canvas_draw_circle(w_Canvas *canvas, int x, int y, int r, mu_Color color); -- cgit v1.2.3