diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 14:35:58 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 14:35:58 -0400 |
| commit | aae4f1522fa3471b341891236143aeac057b9619 (patch) | |
| tree | 3d466de84e2948d51984ee4ca4d24cd0242c3bcf /widget.h | |
| parent | 0307f0efa3aaabc887212c9535fd22560902cebd (diff) | |
| download | volute-aae4f1522fa3471b341891236143aeac057b9619.zip | |
clear canvas before redrawing point
Diffstat (limited to 'widget.h')
| -rw-r--r-- | widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,3 +86,4 @@ 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_clear_canvas(w_Canvas *canvas); |