Module: wine Branch: master Commit: afb64506ba0eb958af72d8535d8c5473f7fcc06e URL: http://source.winehq.org/git/wine.git/?a=commit;h=afb64506ba0eb958af72d8535d...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 12 21:43:08 2012 +0100
ddraw: Implement width and height changes in ddraw_surface7_SetSurfaceDesc().
---
dlls/ddraw/surface.c | 66 +++++++++++++++++++++++++++++-------- dlls/ddraw/tests/dsurface.c | 8 ++-- dlls/wined3d/device.c | 75 +++++------------------------------------- dlls/wined3d/surface.c | 64 ++++++++++++++++++++++++++++++++++++ dlls/wined3d/wined3d.spec | 1 + include/wine/wined3d.h | 3 ++ 6 files changed, 133 insertions(+), 84 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=afb64506ba0eb958af72d8...