Module: wine Branch: refs/heads/master Commit: 913df5b143ce1d3815d30c5f54c84fe4b2c7c81e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=913df5b143ce1d3815d30c5f...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Thu Mar 9 23:21:16 2006 +0100
wined3d: Consistently use WINED3DRESOURCETYPE.
---
dlls/d3d8/cubetexture.c | 2 +- dlls/d3d8/surface.c | 2 +- dlls/d3d8/texture.c | 2 +- dlls/d3d8/volume.c | 2 +- dlls/d3d8/volumetexture.c | 2 +- dlls/d3d9/cubetexture.c | 2 +- dlls/d3d9/surface.c | 2 +- dlls/d3d9/texture.c | 2 +- dlls/d3d9/volume.c | 2 +- dlls/d3d9/volumetexture.c | 2 +- dlls/wined3d/basetexture.c | 2 +- dlls/wined3d/cubetexture.c | 2 +- dlls/wined3d/device.c | 40 +++++++++++++++++++------------------- dlls/wined3d/directx.c | 2 +- dlls/wined3d/drawprim.c | 8 ++++---- dlls/wined3d/indexbuffer.c | 2 +- dlls/wined3d/query.c | 2 +- dlls/wined3d/resource.c | 2 +- dlls/wined3d/surface.c | 2 +- dlls/wined3d/texture.c | 2 +- dlls/wined3d/utils.c | 18 +++++++++-------- dlls/wined3d/vertexbuffer.c | 2 +- dlls/wined3d/volume.c | 6 +++--- dlls/wined3d/volumetexture.c | 2 +- dlls/wined3d/wined3d_private.h | 8 ++++---- include/wine/wined3d_interface.h | 22 ++++++++++----------- include/wine/wined3d_types.h | 34 ++++++++++++++++---------------- 27 files changed, 88 insertions(+), 88 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=913df5b143ce1d3815d3...