diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-04-09 19:46:13 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2021-04-09 19:46:20 +0200 |
| commit | 1f48e1a065194ea795a34142474cb3fca2fb327c (patch) | |
| tree | 740e01e57405694cbeb5c1520292281d37e630ef | |
| parent | 82e43b91117e2dcd44e997d67e264090fa70f423 (diff) | |
update README and CHANGELOG (window icon support)
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c41b0ae9..471d7005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Updates +- **09-Apr-2021**: sokol_app.h now allows to programmatically set the window + icon in the Win32, X11 and HTML5 backends. Search for "WINDOW ICON SUPPORT" + in sokol_app.h for documentation, and see the new + [icon sample](https://floooh.github.io/sokol-html5/icon-sapp.html) for example code. + - **01-Apr-2021**: some fixes in sokol_app.h's iOS backend: - In the iOS Metal backend, high-dpi vs low-dpi works again. Some time ago (around iOS 12.x) MTKView started to ignore the contentScaleFactor @@ -6,7 +6,7 @@ Simple [STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt) cross-platform libraries for C and C++, written in C. -[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**01-Apr-2021** some bugfixes in sokol_app.h's iOS backend (HighDPI and MSAA related) +[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**09-Apr-2021** window icon support in sokol_app.h) ## Examples and Related Projects |