Module: wine Branch: master Commit: d2e665230ac30da62015dcae69e06501e7fe3c94 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2e665230ac30da62015dcae69...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Apr 12 18:28:39 2011 +0200
wined3d: Get rid of the swapchain destroy callback.
---
dlls/d3d8/device.c | 11 ++--------- dlls/d3d9/device.c | 11 ++--------- dlls/ddraw/ddraw.c | 22 +++++++--------------- dlls/ddraw/ddraw_private.h | 3 --- dlls/ddraw/surface.c | 8 +++++--- dlls/dxgi/swapchain.c | 9 +-------- dlls/wined3d/device.c | 10 +++++----- include/wine/wined3d.idl | 3 --- 8 files changed, 22 insertions(+), 55 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d2e665230ac30da62015dc...