Henri Verbeet : d2d1: Use the global memory allocation helpers.

Alexandre Julliard julliard at winehq.org
Tue Jan 30 14:38:14 CST 2018


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Jan 30 16:12:39 2018 +0330

d2d1: Use the global memory allocation helpers.

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

---

 dlls/d2d1/bitmap.c               | 14 +++++-----
 dlls/d2d1/bitmap_render_target.c |  2 +-
 dlls/d2d1/brush.c                | 29 ++++++++++----------
 dlls/d2d1/d2d1_private.h         |  1 +
 dlls/d2d1/dc_render_target.c     |  2 +-
 dlls/d2d1/factory.c              | 32 +++++++++++-----------
 dlls/d2d1/geometry.c             | 57 ++++++++++++++++++----------------------
 dlls/d2d1/hwnd_render_target.c   |  2 +-
 dlls/d2d1/layer.c                |  4 +--
 dlls/d2d1/mesh.c                 |  4 +--
 dlls/d2d1/render_target.c        | 20 +++++++-------
 dlls/d2d1/state_block.c          |  2 +-
 dlls/d2d1/stroke.c               |  6 ++---
 dlls/d2d1/wic_render_target.c    |  2 +-
 include/wine/heap.h              |  2 +-
 15 files changed, 88 insertions(+), 91 deletions(-)

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



More information about the wine-cvs mailing list