From 35ba6a2f719327e2ee3f31d5baa04f0ec5a0a09e Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 30 Sep 2025 00:16:13 +0800 Subject: Impl input method for xim. --- demos/InputMethod/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/InputMethod/main.cpp') diff --git a/demos/InputMethod/main.cpp b/demos/InputMethod/main.cpp index cf42d3c2..430075f4 100644 --- a/demos/InputMethod/main.cpp +++ b/demos/InputMethod/main.cpp @@ -23,6 +23,7 @@ struct InputMethodState { int main() { IUiApplication* application = bootstrap::CreateUiApplication(); + application->SetQuitOnAllWindowClosed(true); auto graphics_factory = application->GetGraphicsFactory(); -- cgit v1.2.3