Huw Davies : gdi32: Add a skeleton dib driver.

Alexandre Julliard julliard at winehq.org
Mon Apr 4 10:10:55 CDT 2011


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Apr  1 15:27:48 2011 +0100

gdi32: Add a skeleton dib driver.

---

 configure                  |    5 +
 configure.ac               |    1 +
 dlls/gdi32/Makefile.in     |    2 +
 dlls/gdi32/bitmap.c        |   21 ++++-
 dlls/gdi32/dc.c            |    2 +
 dlls/gdi32/dibdrv/dc.c     |  221 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/gdi32/dibdrv/dibdrv.h |   24 +++++
 dlls/gdi32/gdi_private.h   |   17 ++++
 8 files changed, 290 insertions(+), 3 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=4cffb2d0a9f8cb001584e5f561f76385919a0172



More information about the wine-cvs mailing list