diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-30 00:16:13 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-30 00:16:13 +0800 |
commit | 35ba6a2f719327e2ee3f31d5baa04f0ec5a0a09e (patch) | |
tree | 92db6b8b40d409a4faf06c3600111eec200f4775 /demos/InputMethod/main.cpp | |
parent | 5862307366f4b7db492f1630bdf21ce240d8dd6c (diff) | |
download | cru-35ba6a2f719327e2ee3f31d5baa04f0ec5a0a09e.tar.gz cru-35ba6a2f719327e2ee3f31d5baa04f0ec5a0a09e.tar.bz2 cru-35ba6a2f719327e2ee3f31d5baa04f0ec5a0a09e.zip |
Impl input method for xim.
Diffstat (limited to 'demos/InputMethod/main.cpp')
-rw-r--r-- | demos/InputMethod/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |