Module: wine Branch: master Commit: be6b54f52f87340e3a1ba39fb54fe52828168baa URL: http://source.winehq.org/git/wine.git/?a=commit;h=be6b54f52f87340e3a1ba39fb5...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Aug 20 10:20:13 2013 +0200
d3drm: Avoid LPUNKNOWN.
---
dlls/d3drm/d3drm.c | 29 ++++++--------- dlls/d3drm/device.c | 27 +++++---------- dlls/d3drm/face.c | 17 +++------ dlls/d3drm/frame.c | 48 +++++++++++--------------- dlls/d3drm/light.c | 9 ++--- dlls/d3drm/material.c | 7 ++-- dlls/d3drm/meshbuilder.c | 57 ++++++++++--------------------- dlls/d3drm/texture.c | 14 +++---- dlls/d3drm/viewport.c | 18 +++------ include/d3drm.h | 6 ++-- include/d3drmdef.h | 2 +- include/d3drmobj.h | 84 +++++++++++++++++++++++----------------------- include/d3drmwin.h | 2 +- 13 files changed, 131 insertions(+), 189 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=be6b54f52f87340e3a1ba3...