Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b065697a
Commit
b065697a
authored
Dec 26, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added GetDCBrushColor and GetDCPenColor.
parent
fe95393f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gdi32.spec
dlls/gdi/gdi32.spec
+2
-0
wingdi.h
include/wingdi.h
+2
-0
No files found.
dlls/gdi/gdi32.spec
View file @
b065697a
...
...
@@ -412,6 +412,8 @@ debug_channels (bitblt bitmap clipping dc ddraw driver enhmetafile font gdi
@ extern pfnRealizePalette pfnRealizePalette
@ extern pfnSelectPalette pfnSelectPalette
@ stub pstackConnect
@ stub GetDCBrushColor #stdcall (long)
@ stub GetDCPenColor #stdcall (long)
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
...
...
include/wingdi.h
View file @
b065697a
...
...
@@ -3139,7 +3139,9 @@ BOOL WINAPI GetColorAdjustment(HDC, LPCOLORADJUSTMENT);
HANDLE
WINAPI
GetCurrentObject
(
HDC
,
UINT
);
BOOL
WINAPI
GetCurrentPositionEx
(
HDC
,
LPPOINT
);
INT
WINAPI
GetDeviceCaps
(
HDC
,
INT
);
COLORREF
WINAPI
GetDCBrushColor
(
HDC
);
BOOL
WINAPI
GetDCOrgEx
(
HDC
,
LPPOINT
);
COLORREF
WINAPI
GetDCPenColor
(
HDC
);
UINT
WINAPI
GetDIBColorTable
(
HDC
,
UINT
,
UINT
,
RGBQUAD
*
);
INT
WINAPI
GetDIBits
(
HDC
,
HBITMAP
,
UINT
,
UINT
,
LPVOID
,
LPBITMAPINFO
,
UINT
);
HENHMETAFILE
WINAPI
GetEnhMetaFileA
(
LPCSTR
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment