Module: wine Branch: master Commit: 694cdcc41cc74eff8c1d96ac0e18895862b22476 URL: http://source.winehq.org/git/wine.git/?a=commit;h=694cdcc41cc74eff8c1d96ac0e...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Aug 19 09:22:28 2014 +0200
wined3d: Move the "map_binding" field from struct wined3d_surface to struct wined3d_resource.
Like "draw_binding".
---
dlls/wined3d/surface.c | 74 +++++++++++++++++++++--------------------- dlls/wined3d/texture.c | 4 +-- dlls/wined3d/wined3d_private.h | 2 +- 3 files changed, 40 insertions(+), 40 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=694cdcc41cc74eff8c1d96...