Commit fb8daf33 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Copy SelectFont implementation to unixlib.

parent 11ab927a
MODULE = wineps.drv MODULE = wineps.drv
UNIXLIB = wineps.so UNIXLIB = wineps.so
IMPORTS = user32 gdi32 winspool advapi32 win32u IMPORTS = user32 gdi32 winspool advapi32 win32u
UNIX_LIBS = -lwin32u
C_SRCS = \ C_SRCS = \
afm.c \ afm.c \
......
...@@ -697,7 +697,6 @@ static struct gdi_dc_funcs psdrv_funcs = ...@@ -697,7 +697,6 @@ static struct gdi_dc_funcs psdrv_funcs =
.pGetCharWidth = PSDRV_GetCharWidth, .pGetCharWidth = PSDRV_GetCharWidth,
.pGetTextExtentExPoint = PSDRV_GetTextExtentExPoint, .pGetTextExtentExPoint = PSDRV_GetTextExtentExPoint,
.pGetTextMetrics = PSDRV_GetTextMetrics, .pGetTextMetrics = PSDRV_GetTextMetrics,
.pSelectFont = PSDRV_SelectFont,
.priority = GDI_PRIORITY_GRAPHICS_DRV .priority = GDI_PRIORITY_GRAPHICS_DRV
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment