Module: wine Branch: master Commit: a60d4b2d2f10043c311227e4f4960197927a51a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a60d4b2d2f10043c311227e4f4...
Author: Markus Amsler markus.amsler@oribi.org Date: Sun Dec 3 21:52:03 2006 +0100
d3d: Pass the superior creating object down to the callback functions.
---
dlls/d3d8/d3d8_private.h | 16 ++++++++-------- dlls/d3d8/device.c | 2 +- dlls/d3d8/directx.c | 8 ++++---- dlls/d3d8/volume.c | 2 +- dlls/d3d9/d3d9_private.h | 12 ++++++------ dlls/d3d9/device.c | 4 ++-- dlls/d3d9/directx.c | 4 ++-- dlls/d3d9/volume.c | 4 ++-- dlls/ddraw/ddraw.c | 5 ++++- dlls/wined3d/device.c | 9 ++++++--- include/wine/wined3d_interface.h | 24 ++++++++++++++---------- 11 files changed, 50 insertions(+), 40 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a60d4b2d2f10043c311227...