view win/dw.dll.x64.manifest @ 805:1a0bbb2aa9dd

Added flag to set window's prefered backing location to be video memory to see if it helps bitblt performance. If it does... I should optimize this to only do so when a render window gets packed into a window.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 24 Mar 2011 02:07:12 +0000
parents 842bc671eaa7
children f0e012748633
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    version="1.1.0.0"
    processorArchitecture="AMD64"
    name="dw"
    type="win32"
/>
<description>Dynamic Windows</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="AMD64"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>