[PATCH 03/10] ddraw/surface: Made IDirectDrawSurfaceImpl methods non-static.

Michael Karcher wine at mkarcher.dialup.fu-berlin.de
Sun Aug 10 16:19:32 CDT 2008


This allows direct calls from surface_thunks.c. IMHO there is no point
in letting the call from the thunk to the implementation go through the
vtable again, unless we are going to use dynamic vtables.
---
 dlls/ddraw/surface.c      |   85 +++++++++---------
 dlls/ddraw/surface_impl.h |  207 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 250 insertions(+), 42 deletions(-)
 create mode 100644 dlls/ddraw/surface_impl.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dacd4aeab0a698a412583ac79e6130839cd61ff9.diff
Type: text/x-patch
Size: 25336 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080810/eff4cb4a/attachment-0001.bin 


More information about the wine-patches mailing list