diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 20:54:00 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 20:54:00 -0230 |
| commit | e977059a478178101eda2e6771d52f21b135248c (patch) | |
| tree | cfc1d592479cd4bc030041dcf106a224a65fa91c /widget.h | |
| parent | 08ddaa509e254c335a13417b157d4da23ea9314b (diff) | |
| download | volute-e977059a478178101eda2e6771d52f21b135248c.zip | |
select compressor map
Diffstat (limited to 'widget.h')
| -rw-r--r-- | widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,3 +87,4 @@ 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); +int w_canvas_set_bg(w_Canvas *canvas, const char *path); |