From bb7495d1cddc22daa55649b9bf514bb488223a7b Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Mon, 23 Oct 2023 05:24:54 +0000 Subject: [PATCH] Let 'mozc_renderer' run under Per Monitor DPI V2 mode This is part of our on-going effort to make Mozc binaries comply with Per Monitor DPI V2 protocol in Windows (#831). With this commit, 'mozc_renderer' process starts running under Per Monitor DPI V2 mode, and Qt 6.6 also correctly recognizes it at run time [1]. [1]: https://github.com/qt/qtbase/commit/5e0d9a077d28802988182319ae257e9102f0344e PiperOrigin-RevId: 575708085 --- src/gui/tool/mozc_tool.exe.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/tool/mozc_tool.exe.manifest b/src/gui/tool/mozc_tool.exe.manifest index 4ceed4b592..48fde8e297 100644 --- a/src/gui/tool/mozc_tool.exe.manifest +++ b/src/gui/tool/mozc_tool.exe.manifest @@ -24,6 +24,9 @@ true + + PerMonitorV2 +