Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sun, 25 Nov 2018 13:53:51 UTC Commit: 9cec0a8fc4e75c42e979005ba6da81ff32f9e8a7 https://github.com/geany/geany/commit/9cec0a8fc4e75c42e979005ba6da81ff32f9e8...
Log Message: ----------- Merge pull request #1992 from eht16/issue692_windows_dpi_aware
Windows: Enable DPI-aware mode in Windows Assembly Manifest
Modified Paths: -------------- geany.exe.manifest
Modified: geany.exe.manifest 6 lines changed, 6 insertions(+), 0 deletions(-) =================================================================== @@ -15,4 +15,10 @@ </requestedPrivileges> </security> </trustInfo> + + <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings%22%3E + <dpiAware>true</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> </assembly>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).