Minor docs update.
This commit is contained in:
parent
d10f922690
commit
8f03559dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue