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
fb8daf33
Commit
fb8daf33
authored
May 05, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
May 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps: Copy SelectFont implementation to unixlib.
parent
11ab927a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
Makefile.in
dlls/wineps.drv/Makefile.in
+1
-0
init.c
dlls/wineps.drv/init.c
+0
-1
unixlib.c
dlls/wineps.drv/unixlib.c
+0
-0
No files found.
dlls/wineps.drv/Makefile.in
View file @
fb8daf33
MODULE
=
wineps.drv
UNIXLIB
=
wineps.so
IMPORTS
=
user32 gdi32 winspool advapi32 win32u
UNIX_LIBS
=
-lwin32u
C_SRCS
=
\
afm.c
\
...
...
dlls/wineps.drv/init.c
View file @
fb8daf33
...
...
@@ -697,7 +697,6 @@ static struct gdi_dc_funcs psdrv_funcs =
.
pGetCharWidth
=
PSDRV_GetCharWidth
,
.
pGetTextExtentExPoint
=
PSDRV_GetTextExtentExPoint
,
.
pGetTextMetrics
=
PSDRV_GetTextMetrics
,
.
pSelectFont
=
PSDRV_SelectFont
,
.
priority
=
GDI_PRIORITY_GRAPHICS_DRV
};
...
...
dlls/wineps.drv/unixlib.c
View file @
fb8daf33
This diff is collapsed.
Click to expand it.
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