[geany/geany] 9cec0a: Merge pull request #1992 from eht16/issue692_windows_dpi_aware

Enrico Tröger git-noreply at xxxxx
Sun Nov 25 13:53:51 UTC 2018


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Sun, 25 Nov 2018 13:53:51 UTC
Commit:      9cec0a8fc4e75c42e979005ba6da81ff32f9e8a7
             https://github.com/geany/geany/commit/9cec0a8fc4e75c42e979005ba6da81ff32f9e8a7

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">
+			<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).


More information about the Commits mailing list