Rename function

This commit is contained in:
Kovid Goyal
2023-07-04 12:06:56 +05:30
parent d3f14ffbf4
commit 0556faf2e7
5 changed files with 10 additions and 10 deletions

View File

@@ -314,7 +314,7 @@ void send_image_to_gpu(uint32_t*, const void*, int32_t, int32_t, bool, bool, boo
void send_sprite_to_gpu(FONTS_DATA_HANDLE fg, unsigned int, unsigned int, unsigned int, pixel*);
void blank_canvas(float, color_type);
void blank_os_window(OSWindow *);
void set_window_chrome(OSWindow *w);
void set_os_window_chrome(OSWindow *w);
FONTS_DATA_HANDLE load_fonts_data(double, double, double);
void send_prerendered_sprites_for_window(OSWindow *w);
#ifdef __APPLE__