[ioquake3] 30/34: Disable DPI scaling on Windows
Simon McVittie
smcv at debian.org
Fri Sep 8 10:33:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag debian/1.36+u20170908+dfsg1-1
in repository ioquake3.
commit 5f743bdb229cc80e2ce3dc4b8b6c42ec3d552114
Author: Zack Middleton <zturtleman at gmail.com>
Date: Thu Sep 7 21:09:46 2017 -0500
Disable DPI scaling on Windows
Windows DPI scaling prevents using full monitor resolution in
fullscreen mode.
---
code/sys/win_manifest.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/code/sys/win_manifest.xml b/code/sys/win_manifest.xml
index 2055dc9..dccbcf5 100644
--- a/code/sys/win_manifest.xml
+++ b/code/sys/win_manifest.xml
@@ -28,4 +28,10 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
+ </windowsSettings>
+ </application>
</assembly>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git
More information about the Pkg-games-commits
mailing list