Module: wine Branch: master Commit: e53a277305a0e9337a22144743c026b34501b512 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e53a277305a0e9337a22144743...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 17 21:13:37 2012 +0100
wined3d: Get rid of the WINED3DPOOL typedef.
---
dlls/d3d10core/device.c | 4 +- dlls/d3d10core/texture.c | 4 +- dlls/d3d8/buffer.c | 4 +- dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/device.c | 13 +++++---- dlls/d3d8/surface.c | 2 +- dlls/d3d8/volume.c | 2 +- dlls/d3d9/buffer.c | 4 +- dlls/d3d9/d3d9_private.h | 2 +- dlls/d3d9/device.c | 10 +++--- dlls/d3d9/surface.c | 2 +- dlls/d3d9/volume.c | 2 +- dlls/ddraw/ddraw.c | 6 ++-- dlls/ddraw/device.c | 4 +- dlls/ddraw/surface.c | 14 +++++----- dlls/ddraw/vertexbuffer.c | 2 +- dlls/dxgi/device.c | 2 +- dlls/wined3d/arb_program_shader.c | 6 ++-- dlls/wined3d/buffer.c | 14 +++++----- dlls/wined3d/device.c | 13 ++++----- dlls/wined3d/directx.c | 4 +- dlls/wined3d/resource.c | 16 ++++++------ dlls/wined3d/surface.c | 50 ++++++++++++++++++------------------ dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/texture.c | 20 +++++++------- dlls/wined3d/utils.c | 16 ++++++------ dlls/wined3d/volume.c | 4 +- dlls/wined3d/wined3d_private.h | 14 +++++----- include/wine/wined3d.h | 39 ++++++++++++++-------------- 29 files changed, 139 insertions(+), 138 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e53a277305a0e9337a2214...