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
52b4c7f2
Commit
52b4c7f2
authored
Dec 13, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Export three implemented 16bit Engine*() functions.
parent
cc6e4e95
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
gdi.exe.spec
dlls/gdi32/gdi.exe.spec
+3
-3
gdi16.c
dlls/gdi32/gdi16.c
+3
-3
No files found.
dlls/gdi32/gdi.exe.spec
View file @
52b4c7f2
...
...
@@ -231,9 +231,9 @@
301 pascal -ret16 EngineDeleteFont(ptr) EngineDeleteFont16
302 pascal EngineRealizeFont(ptr ptr ptr) EngineRealizeFont16
303 pascal -ret16 EngineGetCharWidth(ptr word word ptr) EngineGetCharWidth16
304
stub ENGINESETFONTCONTEXT
305
stub ENGINEGETGLYPHBMP
306
stub ENGINEMAKEFONTDIR
304
pascal -ret16 EngineSetFontContext(ptr word) EngineSetFontContext16
305
pascal -ret16 EngineGetGlyphBMP(word ptr word word ptr long ptr) EngineGetGlyphBMP16
306
pascal EngineMakeFontDir(word ptr ptr) EngineMakeFontDir16
307 pascal -ret16 GetCharABCWidths(word word word ptr) GetCharABCWidths16
308 pascal -ret16 GetOutlineTextMetrics(word word ptr) GetOutlineTextMetrics16
309 pascal GetGlyphOutline(word word word ptr long ptr ptr) GetGlyphOutline16
...
...
dlls/gdi32/gdi16.c
View file @
52b4c7f2
...
...
@@ -1897,7 +1897,7 @@ WORD WINAPI EngineGetCharWidth16(LPFONTINFO16 lpFontInfo, BYTE firstChar, BYTE l
/***********************************************************************
* EngineSetFontContext (GDI.304)
*/
WORD
WINAPI
EngineSetFontContext
(
LPFONTINFO16
lpFontInfo
,
WORD
data
)
WORD
WINAPI
EngineSetFontContext
16
(
LPFONTINFO16
lpFontInfo
,
WORD
data
)
{
FIXME
(
"stub?
\n
"
);
return
0
;
...
...
@@ -1906,7 +1906,7 @@ WORD WINAPI EngineSetFontContext(LPFONTINFO16 lpFontInfo, WORD data)
/***********************************************************************
* EngineGetGlyphBMP (GDI.305)
*/
WORD
WINAPI
EngineGetGlyphBMP
(
WORD
word
,
LPFONTINFO16
lpFontInfo
,
WORD
w1
,
WORD
w2
,
WORD
WINAPI
EngineGetGlyphBMP
16
(
WORD
word
,
LPFONTINFO16
lpFontInfo
,
WORD
w1
,
WORD
w2
,
LPSTR
string
,
DWORD
dword
,
/*LPBITMAPMETRICS16*/
LPVOID
metrics
)
{
FIXME
(
"stub?
\n
"
);
...
...
@@ -1917,7 +1917,7 @@ WORD WINAPI EngineGetGlyphBMP(WORD word, LPFONTINFO16 lpFontInfo, WORD w1, WORD
/***********************************************************************
* EngineMakeFontDir (GDI.306)
*/
DWORD
WINAPI
EngineMakeFontDir
(
HDC16
hdc
,
LPFONTDIR16
fontdir
,
LPCSTR
string
)
DWORD
WINAPI
EngineMakeFontDir
16
(
HDC16
hdc
,
LPFONTDIR16
fontdir
,
LPCSTR
string
)
{
FIXME
(
" stub! (always fails)
\n
"
);
return
~
0UL
;
/* error */
...
...
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