commit | 62d3ab9bd0c7fc017aba28d5b87c3e06ac664bf1 | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Wed Oct 26 10:10:23 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Oct 26 10:10:23 2005 +0000 |
tree | 1ba120f807f56c261c51e8eb042936755041fc47 | |
parent | 372a281c24a20c56efcd6e46d2f1d038b4b7297d [diff] [blame] |
Add a test for GetCurrentObject, make it pass under Wine.
diff --git a/include/wingdi.h b/include/wingdi.h index ed6d4ca..0d86ebf 100644 --- a/include/wingdi.h +++ b/include/wingdi.h
@@ -3385,6 +3385,7 @@ INT WINAPI GetClipBox(HDC,LPRECT); INT WINAPI GetClipRgn(HDC,HRGN); BOOL WINAPI GetColorAdjustment(HDC, LPCOLORADJUSTMENT); +HCOLORSPACE WINAPI GetColorSpace(HDC); HGDIOBJ WINAPI GetCurrentObject(HDC,UINT); BOOL WINAPI GetCurrentPositionEx(HDC,LPPOINT); INT WINAPI GetDeviceCaps(HDC,INT);