Module: wine Branch: master Commit: 27b0b88a0b8f54dd8940841fc85df910417b8a43 URL: http://source.winehq.org/git/wine.git/?a=commit;h=27b0b88a0b8f54dd8940841fc8...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 6 12:23:10 2012 +0200
gdi32: Add a graphics driver to render windows contents through the DIB engine.
---
dlls/gdi32/clipping.c | 7 +- dlls/gdi32/dibdrv/dc.c | 608 +++++++++++++++++++++++++++++++++++++++++++++ dlls/gdi32/gdi32.spec | 2 +- dlls/gdi32/gdi_private.h | 1 + dlls/user32/painting.c | 2 +- include/wine/gdi_driver.h | 39 +++- 6 files changed, 654 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=27b0b88a0b8f54dd894084...