diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-12-08 17:32:49 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-12-08 17:32:49 +0100 |
| commit | de212ebe080571331cff36bb436354ffd09899aa (patch) | |
| tree | b0c6be16a575286c22125b7871d43c4f829c77cb | |
| parent | e8750d8a13422db7270a42616e78b0ffadaae1e0 (diff) | |
update changelog (https://github.com/floooh/sokol/pull/1166)
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aac7b849..bb14b560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Updates +### 08-Dec-2924 + +- sokol_imgui.h: when compiling the implementation in C mode, it is now possible + to define an alternative function prefix via the define SOKOL_IMGUI_CPREFIX + (with `ig` being the default prefix), this allows sokol_imgui.h to be + used with the default dear_bindings prefix (which is `ImGui_`), the + traditional cimgui.h prefix (`ig`) and it is also possible to not use + a prefix at all, which might be useful for language bindings. + + See PR https://github.com/floooh/sokol/pull/1166 for details. + ### 07-Dec-2024 - Changes in sokol_imgui.h and sokol_gfx_imgui.h for a switch of the Dear ImGui |