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
2d65536b
Commit
2d65536b
authored
Nov 26, 1998
by
Uwe Bonnes
Committed by
Alexandre Julliard
Nov 26, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stubs for Startpage and EndPage.
parent
e62cbca0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
painting.c
graphics/painting.c
+14
-0
gdi32.spec
relay32/gdi32.spec
+2
-2
No files found.
graphics/painting.c
View file @
2d65536b
...
...
@@ -1157,3 +1157,17 @@ FIXME(gdi,"stub\n");
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
0
;
/* failure*/
}
INT32
WINAPI
StartPage32
(
HDC32
hdc
)
{
FIXME
(
gdi
,
"stub
\n
"
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
0
;
/* failure*/
}
INT32
WINAPI
EndPage32
(
HDC32
hdc
)
{
FIXME
(
gdi
,
"stub
\n
"
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
0
;
/* failure*/
}
relay32/gdi32.spec
View file @
2d65536b
...
...
@@ -79,7 +79,7 @@ init MAIN_GdiInit
74 stub DrawEscape
75 stdcall Ellipse(long long long long long) Ellipse32
76 stdcall EndDoc(long) EndDoc32
77 st
ub EndPage
77 st
dcall EndPage(long) EndPage32
78 stdcall EndPath(long) EndPath32
79 stdcall EnumEnhMetaFile(long long ptr ptr ptr) EnumEnhMetaFile32
80 stdcall EnumFontFamiliesA(long str ptr long) EnumFontFamilies32A
...
...
@@ -351,7 +351,7 @@ init MAIN_GdiInit
346 stdcall SetWorldTransform(long ptr) SetWorldTransform
347 stdcall StartDocA(long ptr) StartDoc32A
348 stub StartDocW
349 st
ub StartPage
349 st
dcall StartPage(long) StartPage32
350 stdcall StretchBlt(long long long long long long long long long long long) StretchBlt32
351 stdcall StretchDIBits(long long long long long long long long long ptr ptr long long) StretchDIBits32
352 stub StrokeAndFillPath
...
...
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