DXGL r404 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r403‎ | r404 | r405 >
Date:00:35, 10 November 2013
Author:admin
Status:new
Tags:
Comment:
Mark dxglcfg and dxgltest DPI aware for both Vista/7/8 and 8.1 DPI scaling.
Modified paths:
  • /dxglcfg/xp.manifest (modified) (history)
  • /dxgltest/xp.manifest (modified) (history)

Diff [purge]

Index: dxglcfg/xp.manifest
@@ -1,6 +1,6 @@
22 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3 -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4 -<assemblyIdentity
 3+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
 4+ <assemblyIdentity
55 version="1.0.0.0"
66 processorArchitecture="X86"
77 name="WilliamFeely.DXGL.DXGLCfg"
@@ -27,4 +27,9 @@
2828 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
2929 </application>
3030 </compatibility>
 31+ <asmv3:application>
 32+ <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
 33+ <dpiAware>true/pm</dpiAware>
 34+ </asmv3:windowsSettings>
 35+ </asmv3:application>
3136 </assembly>
\ No newline at end of file
Index: dxgltest/xp.manifest
@@ -1,5 +1,5 @@
22 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3 -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 3+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
44 <assemblyIdentity
55 version="1.0.0.0"
66 processorArchitecture="X86"
@@ -27,4 +27,9 @@
2828 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
2929 </application>
3030 </compatibility>
 31+ <asmv3:application>
 32+ <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
 33+ <dpiAware>true/pm</dpiAware>
 34+ </asmv3:windowsSettings>
 35+ </asmv3:application>
3136 </assembly>
\ No newline at end of file