Module: wine Branch: master Commit: 378204527e1f42ed1373a0cd7356770d235e319d URL: https://source.winehq.org/git/wine.git/?a=commit;h=378204527e1f42ed1373a0cd7...
Author: Paul Gofman gofmanp@gmail.com Date: Mon Aug 5 12:36:27 2019 +0300
d3dx9: Pass rectangle to {lock|unlock}_surface().
This fixes regressions introduced by commits 65956ae50a136fe8467a0332c7495f36617a16dc, 092c14b9d86ee1e96e465908cc524ec85988d0ff. Surface source or destination rectangles were left behind.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47546 Signed-off-by: Paul Gofman gofmanp@gmail.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dx9_36/d3dx9_private.h | 4 +- dlls/d3dx9_36/surface.c | 68 +++++++++++------ dlls/d3dx9_36/tests/surface.c | 166 ++++++++++++++++++++++++++---------------- dlls/d3dx9_36/texture.c | 4 +- 4 files changed, 154 insertions(+), 88 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=378204527e1f42ed1373a...