DXGL r404 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
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 @@
2
2
<?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
5
5
version="1.0.0.0"
6
6
processorArchitecture="X86"
7
7
name="WilliamFeely.DXGL.DXGLCfg"
—
—
@@ -27,4 +27,9 @@
28
28
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
29
29
</application>
30
30
</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>
31
36
</assembly>
\ No newline at end of file
Index: dxgltest/xp.manifest
—
—
@@ -1,5 +1,5 @@
2
2
<?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" >
4
4
<assemblyIdentity
5
5
version="1.0.0.0"
6
6
processorArchitecture="X86"
—
—
@@ -27,4 +27,9 @@
28
28
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
29
29
</application>
30
30
</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>
31
36
</assembly>
\ No newline at end of file
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version