Alexandre Julliard : gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types .

Alexandre Julliard julliard at winehq.org
Thu Jan 29 09:14:40 CST 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jan 28 16:20:56 2009 +0100

gdi32: Use the official constants instead of the old Win9x magic numbers for GDI object types.

---

 dlls/gdi32/bitmap.c        |   19 +++----
 dlls/gdi32/brush.c         |   12 ++--
 dlls/gdi32/clipping.c      |    2 +-
 dlls/gdi32/dc.c            |   18 +++---
 dlls/gdi32/dib.c           |   14 +++---
 dlls/gdi32/enhmetafile.c   |    8 +--
 dlls/gdi32/enhmfdrv/init.c |    4 +-
 dlls/gdi32/font.c          |   14 +++---
 dlls/gdi32/gdi_private.h   |   30 +----------
 dlls/gdi32/gdiobj.c        |  121 ++++++++++----------------------------------
 dlls/gdi32/metafile.c      |    7 +--
 dlls/gdi32/mfdrv/init.c    |    4 +-
 dlls/gdi32/palette.c       |   21 ++++----
 dlls/gdi32/pen.c           |   16 +++---
 dlls/gdi32/region.c        |   37 +++++++-------
 dlls/gdi32/wing.c          |    2 +-
 16 files changed, 114 insertions(+), 215 deletions(-)

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



More information about the wine-cvs mailing list