diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 20:21:40 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 20:21:40 -0400 |
| commit | e9613ccbdf82deb0f8275e63ad6b5ca23077095c (patch) | |
| tree | 45413b223b2e083f3fd1b927ecce2bc75e6d48a8 /widget.h | |
| parent | 2f425edd957b84d92961d78e8377f12db59cf068 (diff) | |
| download | volute-e9613ccbdf82deb0f8275e63ad6b5ca23077095c.zip | |
draw circle on canvas
Diffstat (limited to 'widget.h')
| -rw-r--r-- | widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |