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

wineps: Copy ResetDC implementation to unixlib.

parent 75e0072c
......@@ -698,7 +698,6 @@ static struct gdi_dc_funcs psdrv_funcs =
.pGetCharWidth = PSDRV_GetCharWidth,
.pGetTextExtentExPoint = PSDRV_GetTextExtentExPoint,
.pGetTextMetrics = PSDRV_GetTextMetrics,
.pResetDC = PSDRV_ResetDC,
.pSelectFont = PSDRV_SelectFont,
.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