Skip to content

Commit

Permalink
Let 'mozc_renderer' run under Per Monitor DPI V2 mode
Browse files Browse the repository at this point in the history
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]: qt/qtbase@5e0d9a0

PiperOrigin-RevId: 575708085
  • Loading branch information
yukawa authored and hiroyuki-komatsu committed Oct 23, 2023
1 parent b284dd2 commit 82ff093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/tool/mozc_tool.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
PerMonitorV2
</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

0 comments on commit 82ff093

Please sign in to comment.