Module: wine Branch: refs/heads/master Commit: 2f724834f8b99d11287d4f49a4a7e4c52546abf9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2f724834f8b99d11287d4f49...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Sat May 13 22:22:16 2006 +0200
wined3d: Implement IWineGDISurface.
---
dlls/wined3d/Makefile.in | 1 dlls/wined3d/device.c | 25 + dlls/wined3d/surface_gdi.c | 1502 ++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/utils.c | 13 dlls/wined3d/wined3d_private.h | 47 + 5 files changed, 1587 insertions(+), 1 deletions(-) create mode 100644 dlls/wined3d/surface_gdi.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2f724834f8b99d11287d...