Module: wine Branch: master Commit: 6fb9ee0ee7ab11d2ebcb4529ac395c0fcd0f0266 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6fb9ee0ee7ab11d2ebcb4529ac... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon Jul 19 18:36:19 2010 +0200 ddraw: Merge the ddraw thunks into ddraw.c. Note how both ddraw 1 and ddraw 7 used the same IDirectDrawImpl_XXX naming convention. --- dlls/ddraw/Makefile.in | 1 - dlls/ddraw/ddraw.c | 1540 ++++++++++++++++++++++++++++++++++++++------ dlls/ddraw/ddraw_private.h | 25 +- dlls/ddraw/ddraw_thunks.c | 1201 ---------------------------------- dlls/ddraw/device.c | 6 +- dlls/ddraw/direct3d.c | 5 +- dlls/ddraw/surface.c | 4 +- 7 files changed, 1340 insertions(+), 1442 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6fb9ee0ee7ab11d2ebcb45...