diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-04-30 09:28:15 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-04-30 09:28:15 +0000 |
commit | 14dbd34e9e25003fd78957c5a1cc53c6e6635766 (patch) | |
tree | 0ff2810ada2cb36ce9c2af2925476bd8037bb23e /winsup/w32api/lib/gdi32.def | |
parent | 078df11cf2e918957ae4a05a18316783b285a4ea (diff) | |
download | cygnal-14dbd34e9e25003fd78957c5a1cc53c6e6635766.tar.gz cygnal-14dbd34e9e25003fd78957c5a1cc53c6e6635766.tar.bz2 cygnal-14dbd34e9e25003fd78957c5a1cc53c6e6635766.zip |
* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
(SetDCPenColor, SetDCBrushColor): Add prototypes.
* lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
Diffstat (limited to 'winsup/w32api/lib/gdi32.def')
-rw-r--r-- | winsup/w32api/lib/gdi32.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/gdi32.def b/winsup/w32api/lib/gdi32.def index 39c36ec20..927664c95 100644 --- a/winsup/w32api/lib/gdi32.def +++ b/winsup/w32api/lib/gdi32.def @@ -286,6 +286,8 @@ SetBoundsRect@12 SetBrushOrgEx@16 SetColorAdjustment@8 SetColorSpace@8 +SetDCBrushColor@8 +SetDCPenColor@8 SetDIBColorTable@16 SetDIBits@28 SetDIBitsToDevice@48 |