diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-29 14:51:55 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-29 14:51:55 -0400 |
| commit | 4700d22680347992f7c0a87715d162658eb6e4ef (patch) | |
| tree | 950533e250c62f0771ed48d1832b1d5ca3dc94c3 /renderer.h | |
| parent | a7284d1250b3605a471daddb9a214c2fa5978f82 (diff) | |
| download | volute-4700d22680347992f7c0a87715d162658eb6e4ef.zip | |
preserve image aspect ratio
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |