• Dmitry Timoshkov's avatar
    oleaut32/tests: Fix the IPicture::Render() usage. · 4b525aa0
    Dmitry Timoshkov authored
    When one specifies the target rectangle (0, 0, width, -height)
    IPicture::Render() places the origin at 0,0 and flips the image
    vertically. This means that in order to paint an icon on the DC
    it's necessary to specify the rectangle (0, height, width, -height),
    i.e. place the origin at 0,height. I've written a test app that
    verifies this behaviour, ufortunately I don't see a way to add
    a Wine test case for this.
    
    The test currently works by chance under Windows because in case
    of (0, 0, width, -height) IPicture::Render() draws black rectangle
    instead of an icon at (0, 0, width, height). If Wine intends to
    replicate this behaviour it should be fixed by a separate patch.
    Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    4b525aa0
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...