Nikolay Sivov : d2d1: Implement GetDevice() for device context.

Alexandre Julliard julliard at winehq.org
Mon Sep 24 15:48:23 CDT 2018


Module: wine
Branch: master
Commit: 31808b08db8f55f4611cabf68933f49ee0707c5e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=31808b08db8f55f4611cabf68933f49ee0707c5e

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Sep 24 07:58:31 2018 +0300

d2d1: Implement GetDevice() for device context.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d2d1/bitmap.c               | 10 +++---
 dlls/d2d1/bitmap_render_target.c |  4 +--
 dlls/d2d1/brush.c                |  2 +-
 dlls/d2d1/d2d1_private.h         | 17 ++++-----
 dlls/d2d1/dc_render_target.c     | 28 ++++++++++++---
 dlls/d2d1/device.c               | 74 ++++++++++++++++++++++------------------
 dlls/d2d1/factory.c              | 28 ++++++++++++---
 dlls/d2d1/hwnd_render_target.c   | 33 ++++++++++++++----
 dlls/d2d1/tests/d2d1.c           |  8 ++---
 dlls/d2d1/wic_render_target.c    | 33 ++++++++++++++----
 10 files changed, 161 insertions(+), 76 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=31808b08db8f55f4611cabf68933f49ee0707c5e



More information about the wine-cvs mailing list