Module: wine Branch: master Commit: cf30899f1afa304860e44b6e5f960464ffd6667f URL: http://source.winehq.org/git/wine.git/?a=commit;h=cf30899f1afa304860e44b6e5f...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Apr 5 19:55:35 2012 +0200
ddraw: Version 1 devices are aggregated by the surface that created them.
---
dlls/ddraw/ddraw.c | 6 +- dlls/ddraw/ddraw_private.h | 6 +- dlls/ddraw/device.c | 268 +++++++++++++++++++++++-------------------- dlls/ddraw/surface.c | 24 +++-- dlls/ddraw/tests/d3d.c | 1 - 5 files changed, 165 insertions(+), 140 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cf30899f1afa304860e44b...