Alexandre Julliard : gdi32: Add a graphics driver to render windows contents through the DIB engine.

Alexandre Julliard julliard at winehq.org
Thu Sep 6 13:37:21 CDT 2012


Module: wine
Branch: master
Commit: 27b0b88a0b8f54dd8940841fc85df910417b8a43
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=27b0b88a0b8f54dd8940841fc85df910417b8a43

Author: Alexandre Julliard <julliard at 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=27b0b88a0b8f54dd8940841fc85df910417b8a43



More information about the wine-cvs mailing list