From 8f03559dc7f1b308eca49783df3e0cd82d2d01de Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Mon, 16 Mar 2026 20:57:29 -0500 Subject: [PATCH] Minor docs update. --- dvx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.