Minor docs update.

This commit is contained in:
Scott Duensing 2026-03-16 20:57:29 -05:00
parent d10f922690
commit 8f03559dc7

View file

@ -265,7 +265,7 @@ Change the title bar text.
```c ```c
int32_t dvxSetWindowIcon(AppContextT *ctx, WindowT *win, const char *path); int32_t dvxSetWindowIcon(AppContextT *ctx, WindowT *win, const char *path);
``` ```
Load a BMP, TGA, or PNG image and assign it as the window's minimized icon. Load a BMP, PNG, JPEG, or GIF image and assign it as the window's minimized icon.
The image is converted to the display pixel format and scaled to 64x64. The image is converted to the display pixel format and scaled to 64x64.
Returns 0 on success. Returns 0 on success.