From de212ebe080571331cff36bb436354ffd09899aa Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 8 Dec 2024 17:32:49 +0100 Subject: [PATCH] update changelog (https://github.com/floooh/sokol/pull/1166) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac7b849e..bb14b5604 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