Module: wine Branch: master Commit: e6fb4537f00cd1e94ff11dd85b7b07b58245ec45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6fb4537f00cd1e94ff11dd85b...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Dec 12 20:53:55 2011 +0100
ddraw: Move clipper handling to ddraw.
---
dlls/ddraw/clipper.c | 304 ++++++++++++++++------------------------ dlls/ddraw/ddraw.c | 18 +-- dlls/ddraw/ddraw_private.h | 15 +-- dlls/ddraw/surface.c | 14 +-- dlls/wined3d/Makefile.in | 1 - dlls/wined3d/clipper.c | 161 --------------------- dlls/wined3d/surface.c | 23 +--- dlls/wined3d/wined3d.spec | 11 -- dlls/wined3d/wined3d_private.h | 10 -- include/wine/wined3d.h | 13 -- 10 files changed, 138 insertions(+), 432 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e6fb4537f00cd1e94ff11d...