Stefan Dösinger : ddrawex: Implement a wrapper around IDirectDraw.
Module: wine Branch: master Commit: efcecb9b99331a39f2f96d456df280a15a9557ca URL: http://source.winehq.org/git/wine.git/?a=commit;h=efcecb9b99331a39f2f96d456d... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Fri Jan 9 12:23:17 2009 +0100 ddrawex: Implement a wrapper around IDirectDraw. This allows us to cleanly implement the differences between ddraw.dll and ddrawex.dll without private functions and if checks if an object was created by ddraw or ddrawex. A similar wrapper will be added for IDirectDrawSurface. --- dlls/ddrawex/Makefile.in | 1 + dlls/ddrawex/ddraw.c | 1484 ++++++++++++++++++++++++++++++++++++++++ dlls/ddrawex/ddrawex_private.h | 21 +- dlls/ddrawex/main.c | 32 +- 4 files changed, 1506 insertions(+), 32 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=efcecb9b99331a39f2f96d...
participants (1)
-
Alexandre Julliard