Module: wine Branch: master Commit: 03f7a2d88ea1cda4b4ca3ea1aa97a2a373e4cfd0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=03f7a2d88ea1cda4b4ca3ea1aa...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Nov 18 20:50:40 2010 +0100
wined3d: Get rid of the remaining "Flags".
---
dlls/wined3d/clipper.c | 12 ++-- dlls/wined3d/cubetexture.c | 8 ++- dlls/wined3d/device.c | 40 ++++++----- dlls/wined3d/directx.c | 9 ++- dlls/wined3d/palette.c | 21 ++++-- dlls/wined3d/query.c | 42 +++++++----- dlls/wined3d/resource.c | 16 +++-- dlls/wined3d/surface.c | 97 ++++++++++++++------------- dlls/wined3d/surface_base.c | 141 ++++++++++++++++++++++------------------ dlls/wined3d/surface_gdi.c | 9 +-- dlls/wined3d/swapchain.c | 5 +- dlls/wined3d/swapchain_base.c | 9 ++- dlls/wined3d/swapchain_gdi.c | 5 +- dlls/wined3d/texture.c | 8 ++- dlls/wined3d/volume.c | 15 ++-- dlls/wined3d/volumetexture.c | 8 ++- dlls/wined3d/wined3d_private.h | 16 ++-- 17 files changed, 255 insertions(+), 206 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=03f7a2d88ea1cda4b4ca3e...