diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 12:04:19 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 12:04:19 -0400 |
| commit | 5df9fecb029c740e151235ebbfb4835f21bd8313 (patch) | |
| tree | 73e619f4cc38801ce4eb5a5cdf2be3a296bed7d9 /widget.h | |
| parent | e9613ccbdf82deb0f8275e63ad6b5ca23077095c (diff) | |
| download | volute-5df9fecb029c740e151235ebbfb4835f21bd8313.zip | |
set canvas dirty when circle drawn
Diffstat (limited to 'widget.h')
| -rw-r--r-- | widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |