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

Alexandre Julliard julliard at winehq.org
Tue Feb 13 13:57:55 CST 2018


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Feb 13 13:20:47 2018 +0330

ddraw: 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/ddraw/clipper.c       |  2 +-
 dlls/ddraw/ddraw.c         | 53 ++++++++++++++-----------------
 dlls/ddraw/ddraw_private.h |  1 +
 dlls/ddraw/device.c        | 27 +++++++---------
 dlls/ddraw/executebuffer.c |  7 ++---
 dlls/ddraw/light.c         |  2 +-
 dlls/ddraw/main.c          | 22 ++++++-------
 dlls/ddraw/material.c      |  5 ++-
 dlls/ddraw/palette.c       |  2 +-
 dlls/ddraw/surface.c       | 78 +++++++++++++++++++++++-----------------------
 dlls/ddraw/vertexbuffer.c  |  7 ++---
 dlls/ddraw/viewport.c      |  2 +-
 12 files changed, 98 insertions(+), 110 deletions(-)

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



More information about the wine-cvs mailing list