Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sokol_app.h html5: new init flag sapp_desc.html5_update_document_title #1186

Merged
merged 4 commits into from
Jan 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix changelog typo
  • Loading branch information
floooh committed Jan 12, 2025
commit d8df979f2d2fac222612bae942dd9a0efb5aa4b9
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- The Jai and D langauge bindings now also have integrated comments
(see https://github.com/floooh/sokol/pull/1182 and https://github.com/floooh/sokol/pull/1183).
- sokol_app.h html5: a new init flag `sapp_desc.html5_update_document_title` has been
added. When this is set to true, sokol-app will overwritethe HTML `document.title` with
added. When this is set to true, sokol-app will overwrite the HTML `document.title` property with
the `sapp_desc.window_title` string (also see issue https://github.com/floooh/sokol/issues/1132
and PR https://github.com/floooh/sokol/pull/1182).

Expand Down
Loading