diff --git a/dvx/README.md b/dvx/README.md index 5bd87d5..7cd4411 100644 --- a/dvx/README.md +++ b/dvx/README.md @@ -265,7 +265,7 @@ Change the title bar text. ```c 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. Returns 0 on success.