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
09d460f4
Commit
09d460f4
authored
Apr 18, 2008
by
Alam Arias
Committed by
Alexandre Julliard
Apr 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix wingdi.h to define AW version of wglUseFontBitmaps and wglUseFontOutlines.
parent
cd16e222
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
wingdi.h
include/wingdi.h
+6
-2
No files found.
include/wingdi.h
View file @
09d460f4
...
@@ -3722,8 +3722,12 @@ WINGDIAPI BOOL WINAPI wglRealizeLayerPalette(HDC,INT,BOOL);
...
@@ -3722,8 +3722,12 @@ WINGDIAPI BOOL WINAPI wglRealizeLayerPalette(HDC,INT,BOOL);
WINGDIAPI
INT
WINAPI
wglSetLayerPaletteEntries
(
HDC
,
INT
,
INT
,
INT
,
const
COLORREF
*
);
WINGDIAPI
INT
WINAPI
wglSetLayerPaletteEntries
(
HDC
,
INT
,
INT
,
INT
,
const
COLORREF
*
);
WINGDIAPI
BOOL
WINAPI
wglShareLists
(
HGLRC
,
HGLRC
);
WINGDIAPI
BOOL
WINAPI
wglShareLists
(
HGLRC
,
HGLRC
);
WINGDIAPI
BOOL
WINAPI
wglSwapLayerBuffers
(
HDC
,
UINT
);
WINGDIAPI
BOOL
WINAPI
wglSwapLayerBuffers
(
HDC
,
UINT
);
WINGDIAPI
BOOL
WINAPI
wglUseFontBitmaps
(
HDC
,
DWORD
,
DWORD
,
DWORD
);
WINGDIAPI
BOOL
WINAPI
wglUseFontBitmapsA
(
HDC
,
DWORD
,
DWORD
,
DWORD
);
WINGDIAPI
BOOL
WINAPI
wglUseFontOutlines
(
HDC
,
DWORD
,
DWORD
,
DWORD
,
FLOAT
,
FLOAT
,
INT
,
LPGLYPHMETRICSFLOAT
);
WINGDIAPI
BOOL
WINAPI
wglUseFontBitmapsW
(
HDC
,
DWORD
,
DWORD
,
DWORD
);
#define wglUseFontBitmaps WINELIB_NAME_AW(wglUseFontBitmaps)
WINGDIAPI
BOOL
WINAPI
wglUseFontOutlinesA
(
HDC
,
DWORD
,
DWORD
,
DWORD
,
FLOAT
,
FLOAT
,
INT
,
LPGLYPHMETRICSFLOAT
);
WINGDIAPI
BOOL
WINAPI
wglUseFontOutlinesW
(
HDC
,
DWORD
,
DWORD
,
DWORD
,
FLOAT
,
FLOAT
,
INT
,
LPGLYPHMETRICSFLOAT
);
#define wglUseFontOutlines WINELIB_NAME_AW(wglUseFontOutlines)
#ifdef __WINESRC__
#ifdef __WINESRC__
/* the DC hook support is only exported on Win16, the 32-bit version is a Wine extension */
/* the DC hook support is only exported on Win16, the 32-bit version is a Wine extension */
...
...
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