From bcb8550d541171acd4e13f0a797c659f03e3e859 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 2 May 2020 17:35:30 +0200 Subject: [PATCH] imgui-highdpi-sapp: remove the now obsolete html5_enable_shutdown flag --- sapp/imgui-highdpi-sapp.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sapp/imgui-highdpi-sapp.cc b/sapp/imgui-highdpi-sapp.cc index 6baeb027..b0977845 100644 --- a/sapp/imgui-highdpi-sapp.cc +++ b/sapp/imgui-highdpi-sapp.cc @@ -157,7 +157,6 @@ sapp_desc sokol_main(int argc, char* argv[]) { desc.fullscreen = true; desc.high_dpi = true; desc.html5_ask_leave_site = html5_ask_leave_site; - desc.html5_enable_shutdown = true; desc.ios_keyboard_resizes_canvas = false; desc.gl_force_gles2 = true; desc.window_title = "Dear ImGui HighDPI (sokol-app)";