Module: wine Branch: master Commit: 6f33b97c947935d051916fedb5f23eb80cd5583f URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f33b97c947935d051916fedb5...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Apr 23 09:24:27 2009 +0200
wined3d: Get rid of the shared_handle parameter.
I don't expect us to support this in the near future, and right now it's just dead code.
---
dlls/d3d10core/device.c | 2 +- dlls/d3d8/device.c | 18 ++++++++---------- dlls/d3d9/cubetexture.c | 3 +-- dlls/d3d9/device.c | 6 +++--- dlls/d3d9/indexbuffer.c | 3 +-- dlls/d3d9/texture.c | 2 +- dlls/d3d9/vertexbuffer.c | 3 +-- dlls/d3d9/volumetexture.c | 4 ++-- dlls/ddraw/ddraw.c | 43 +++++++++---------------------------------- dlls/ddraw/direct3d.c | 14 +++++--------- dlls/wined3d/device.c | 43 ++++++++++++++++++++++--------------------- dlls/wined3d/surface_base.c | 21 +++++---------------- include/wine/wined3d.idl | 7 ------- 13 files changed, 59 insertions(+), 110 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6f33b97c947935d051916f...