From 2510107b37fee1c2af5397b881377e7ac7a32c3e Mon Sep 17 00:00:00 2001 From: Dicky Date: Sun, 26 Mar 2023 12:45:19 +0800 Subject: [PATCH] update imgui and modify code since we change API --- imgui | 2 +- test/immidi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui b/imgui index 0eddf3b..8675c2b 160000 --- a/imgui +++ b/imgui @@ -1 +1 @@ -Subproject commit 0eddf3b4640ef6044d1bed2a09f378db5fe1169b +Subproject commit 8675c2b45aa7cae8bf691013f0d7c8135b9cc6d5 diff --git a/test/immidi.cpp b/test/immidi.cpp index 4970584..8eafbbd 100644 --- a/test/immidi.cpp +++ b/test/immidi.cpp @@ -1890,7 +1890,7 @@ static std::string ReplaceDigital(const std::string str) return result; } -static void Midi_SetupContext(ImGuiContext* ctx) +static void Midi_SetupContext(ImGuiContext* ctx, bool in_splash) { #ifdef USE_BOOKMARK ImGuiSettingsHandler bookmark_ini_handler;