Module: wine Branch: master Commit: efb185dcd52e56493f6466529b88f0b2ae4dc516 URL: http://source.winehq.org/git/wine.git/?a=commit;h=efb185dcd52e56493f6466529b...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Nov 12 13:12:05 2010 +0100
wined3d: Rename the wined3d_format "Flags" field to "flags".
---
dlls/wined3d/basetexture.c | 8 ++++---- dlls/wined3d/context.c | 12 ++++++------ dlls/wined3d/device.c | 6 +++--- dlls/wined3d/directx.c | 32 ++++++++++++++++---------------- dlls/wined3d/shader.c | 6 +++--- dlls/wined3d/state.c | 2 +- dlls/wined3d/surface.c | 16 ++++++++-------- dlls/wined3d/surface_base.c | 12 ++++++------ dlls/wined3d/texture.c | 2 +- dlls/wined3d/utils.c | 36 ++++++++++++++++++------------------ dlls/wined3d/wined3d_private.h | 2 +- 11 files changed, 67 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=efb185dcd52e56493f6466...