aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-29 14:51:55 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-29 14:51:55 -0400
commit4700d22680347992f7c0a87715d162658eb6e4ef (patch)
tree950533e250c62f0771ed48d1832b1d5ca3dc94c3 /renderer.h
parenta7284d1250b3605a471daddb9a214c2fa5978f82 (diff)
downloadvolute-4700d22680347992f7c0a87715d162658eb6e4ef.zip
preserve image aspect ratio
Diffstat (limited to 'renderer.h')
-rw-r--r--renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/renderer.h b/renderer.h
index 0a31578..2a8d344 100644
--- a/renderer.h
+++ b/renderer.h
@@ -5,3 +5,4 @@ void r_render(mu_Context *ctx);
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);