aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-29 19:23:04 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-29 19:23:04 -0400
commit0e48f9ed9065ecf58944caa770f72d72f8a6dbe6 (patch)
treedd83286b4eeef3219882504186b1f6b15b399fa0 /renderer.h
parentbbae94cdb3e6ab5eab6e57dacc26495184a47eee (diff)
downloadvolute-0e48f9ed9065ecf58944caa770f72d72f8a6dbe6.zip
canvas
Diffstat (limited to 'renderer.h')
-rw-r--r--renderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/renderer.h b/renderer.h
index 2a8d344..3608274 100644
--- a/renderer.h
+++ b/renderer.h
@@ -6,3 +6,5 @@ void r_get_window_size(int *w, int *h);
int r_add_icon(const char *path);
void r_remove_icon(int);
void r_get_icon_size(int id, int *w, int *h);
+int r_add_canvas(const char *bg_img_path);
+void r_remove_canvas(int id);