[MPlayer-cvslog] r37154 - trunk/osdep/mplayer.exe.manifest
    reimar 
    subversion at mplayerhq.hu
       
    Sat Apr 19 10:30:18 CEST 2014
    
    
  
Author: reimar
Date: Sat Apr 19 10:30:17 2014
New Revision: 37154
Log:
Disable system DPI scaling on Windows.
We scale the video just fine (or rather, better)
ourselves.
The GUI might be in trouble here though, since it
does not want its video to be scaled by the OS but
it also isn't DPI aware either...
Modified:
   trunk/osdep/mplayer.exe.manifest
Modified: trunk/osdep/mplayer.exe.manifest
==============================================================================
--- trunk/osdep/mplayer.exe.manifest	Thu Apr 17 15:30:33 2014	(r37153)
+++ trunk/osdep/mplayer.exe.manifest	Sat Apr 19 10:30:17 2014	(r37154)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
     <assemblyIdentity
         version="0.0.9.0"
         processorArchitecture="*"
@@ -16,4 +16,9 @@
             </requestedPrivileges>
         </security>
     </trustInfo>
+    <asmv3:application>
+        <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+            <dpiAware>True/PM</dpiAware>
+        </asmv3:windowsSettings>
+    </asmv3:application>
 </assembly>
    
    
More information about the MPlayer-cvslog
mailing list