Module: wine Branch: master Commit: 6a5a098b2307efe804a15f2f79bdc9765082c6a5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a5a098b2307efe804a15f2f79...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 17 21:13:36 2012 +0100
wined3d: Get rid of the WINED3DRESOURCETYPE typedef.
---
dlls/d3d8/device.c | 2 +- dlls/d3d8/directx.c | 8 ++++---- dlls/d3d9/device.c | 2 +- dlls/d3d9/directx.c | 8 ++++---- dlls/ddraw/ddraw.c | 6 +++--- dlls/ddraw/device.c | 6 +++--- dlls/wined3d/buffer.c | 2 +- dlls/wined3d/context.c | 8 ++++---- dlls/wined3d/device.c | 30 +++++++++++++++--------------- dlls/wined3d/directx.c | 14 +++++++------- dlls/wined3d/palette.c | 2 +- dlls/wined3d/resource.c | 8 ++++---- dlls/wined3d/surface.c | 2 +- dlls/wined3d/swapchain.c | 2 +- dlls/wined3d/texture.c | 8 ++++---- dlls/wined3d/utils.c | 18 +++++++++--------- dlls/wined3d/volume.c | 2 +- dlls/wined3d/wined3d_private.h | 10 +++++----- include/wine/wined3d.h | 24 +++++++++++------------- 19 files changed, 80 insertions(+), 82 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6a5a098b2307efe804a15f...