diff options
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ void r_free(void); void r_input(mu_Context *ctx); void r_render(mu_Context *ctx); void r_get_window_size(int *w, int *h); -int r_push_icon(const char *path); -void r_pop_icon(void); +int r_add_icon(const char *path); +void r_remove_icon(int); |