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
eb73012a
Commit
eb73012a
authored
May 01, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
May 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps: Remove no longer used graphic driver functions.
parent
7034fc29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
29 deletions
+29
-29
init.c
dlls/wineps.drv/init.c
+29
-29
No files found.
dlls/wineps.drv/init.c
View file @
eb73012a
...
...
@@ -765,25 +765,25 @@ static const struct gdi_dc_funcs psdrv_funcs =
NULL
,
/* pAbortPath */
NULL
,
/* pAlphaBlend */
NULL
,
/* pAngleArc */
PSDRV_Arc
,
/* pArc */
NULL
,
/* pArc */
NULL
,
/* pArcTo */
NULL
,
/* pBeginPath */
NULL
,
/* pBlendImage */
PSDRV_Chord
,
/* pChord */
NULL
,
/* pChord */
NULL
,
/* pCloseFigure */
PSDRV_CreateCompatibleDC
,
/* pCreateCompatibleDC */
PSDRV_CreateDC
,
/* pCreateDC */
PSDRV_DeleteDC
,
/* pDeleteDC */
NULL
,
/* pDeleteObject */
PSDRV_Ellipse
,
/* pEllipse */
PSDRV_EndDoc
,
/* pEndDoc */
PSDRV_EndPage
,
/* pEndPage */
NULL
,
/* pEllipse */
NULL
,
/* pEndDoc */
NULL
,
/* pEndPage */
NULL
,
/* pEndPath */
PSDRV_EnumFonts
,
/* pEnumFonts */
PSDRV_ExtEscape
,
/* pExtEscape */
NULL
,
/* pExtFloodFill */
PSDRV_ExtTextOut
,
/* pExtTextOut */
PSDRV_FillPath
,
/* pFillPath */
NULL
,
/* pExtTextOut */
NULL
,
/* pFillPath */
NULL
,
/* pFillRgn */
NULL
,
/* pFontIsLinked */
NULL
,
/* pFrameRgn */
...
...
@@ -813,42 +813,42 @@ static const struct gdi_dc_funcs psdrv_funcs =
PSDRV_GetTextMetrics
,
/* pGetTextMetrics */
NULL
,
/* pGradientFill */
NULL
,
/* pInvertRgn */
PSDRV_LineTo
,
/* pLineTo */
NULL
,
/* pLineTo */
NULL
,
/* pMoveTo */
PSDRV_PaintRgn
,
/* pPaintRgn */
PSDRV_PatBlt
,
/* pPatBlt */
PSDRV_Pie
,
/* pPie */
PSDRV_PolyBezier
,
/* pPolyBezier */
PSDRV_PolyBezierTo
,
/* pPolyBezierTo */
NULL
,
/* pPaintRgn */
NULL
,
/* pPatBlt */
NULL
,
/* pPie */
NULL
,
/* pPolyBezier */
NULL
,
/* pPolyBezierTo */
NULL
,
/* pPolyDraw */
PSDRV_PolyPolygon
,
/* pPolyPolygon */
PSDRV_PolyPolyline
,
/* pPolyPolyline */
NULL
,
/* pPolyPolygon */
NULL
,
/* pPolyPolyline */
NULL
,
/* pPolylineTo */
PSDRV_PutImage
,
/* pPutImage */
NULL
,
/* pPutImage */
NULL
,
/* pRealizeDefaultPalette */
NULL
,
/* pRealizePalette */
PSDRV_Rectangle
,
/* pRectangle */
NULL
,
/* pRectangle */
PSDRV_ResetDC
,
/* pResetDC */
PSDRV_RoundRect
,
/* pRoundRect */
NULL
,
/* pRoundRect */
NULL
,
/* pSelectBitmap */
PSDRV_SelectBrush
,
/* pSelectBrush */
NULL
,
/* pSelectBrush */
PSDRV_SelectFont
,
/* pSelectFont */
PSDRV_SelectPen
,
/* pSelectPen */
PSDRV_SetBkColor
,
/* pSetBkColor */
NULL
,
/* pSelectPen */
NULL
,
/* pSetBkColor */
NULL
,
/* pSetBoundsRect */
PSDRV_SetDCBrushColor
,
/* pSetDCBrushColor */
PSDRV_SetDCPenColor
,
/* pSetDCPenColor */
NULL
,
/* pSetDCBrushColor */
NULL
,
/* pSetDCPenColor */
NULL
,
/* pSetDIBitsToDevice */
NULL
,
/* pSetDeviceClipping */
NULL
,
/* pSetDeviceGammaRamp */
PSDRV_SetPixel
,
/* pSetPixel */
PSDRV_SetTextColor
,
/* pSetTextColor */
PSDRV_StartDoc
,
/* pStartDoc */
PSDRV_StartPage
,
/* pStartPage */
NULL
,
/* pSetPixel */
NULL
,
/* pSetTextColor */
NULL
,
/* pStartDoc */
NULL
,
/* pStartPage */
NULL
,
/* pStretchBlt */
NULL
,
/* pStretchDIBits */
PSDRV_StrokeAndFillPath
,
/* pStrokeAndFillPath */
PSDRV_StrokePath
,
/* pStrokePath */
NULL
,
/* pStrokeAndFillPath */
NULL
,
/* pStrokePath */
NULL
,
/* pUnrealizePalette */
NULL
,
/* pD3DKMTCheckVidPnExclusiveOwnership */
NULL
,
/* pD3DKMTCloseAdapter */
...
...
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