Commit 817f116e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

gdi32: Remove no longer used driver entry points.

parent b39d4cbe
...@@ -649,7 +649,6 @@ const struct gdi_dc_funcs dib_driver = ...@@ -649,7 +649,6 @@ const struct gdi_dc_funcs dib_driver =
dibdrv_ExtTextOut, /* pExtTextOut */ dibdrv_ExtTextOut, /* pExtTextOut */
dibdrv_FillPath, /* pFillPath */ dibdrv_FillPath, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -697,7 +696,6 @@ const struct gdi_dc_funcs dib_driver = ...@@ -697,7 +696,6 @@ const struct gdi_dc_funcs dib_driver =
dibdrv_RoundRect, /* pRoundRect */ dibdrv_RoundRect, /* pRoundRect */
dibdrv_SelectBitmap, /* pSelectBitmap */ dibdrv_SelectBitmap, /* pSelectBitmap */
dibdrv_SelectBrush, /* pSelectBrush */ dibdrv_SelectBrush, /* pSelectBrush */
NULL, /* pSelectClipPath */
dibdrv_SelectFont, /* pSelectFont */ dibdrv_SelectFont, /* pSelectFont */
dibdrv_SelectPen, /* pSelectPen */ dibdrv_SelectPen, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
...@@ -1218,7 +1216,6 @@ static const struct gdi_dc_funcs window_driver = ...@@ -1218,7 +1216,6 @@ static const struct gdi_dc_funcs window_driver =
windrv_ExtTextOut, /* pExtTextOut */ windrv_ExtTextOut, /* pExtTextOut */
NULL, /* pFillPath */ NULL, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -1266,7 +1263,6 @@ static const struct gdi_dc_funcs window_driver = ...@@ -1266,7 +1263,6 @@ static const struct gdi_dc_funcs window_driver =
windrv_RoundRect, /* pRoundRect */ windrv_RoundRect, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
NULL, /* pSelectBrush */ NULL, /* pSelectBrush */
NULL, /* pSelectClipPath */
NULL, /* pSelectFont */ NULL, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -855,7 +855,6 @@ const struct gdi_dc_funcs null_driver = ...@@ -855,7 +855,6 @@ const struct gdi_dc_funcs null_driver =
nulldrv_ExtTextOut, /* pExtTextOut */ nulldrv_ExtTextOut, /* pExtTextOut */
nulldrv_FillPath, /* pFillPath */ nulldrv_FillPath, /* pFillPath */
nulldrv_FillRgn, /* pFillRgn */ nulldrv_FillRgn, /* pFillRgn */
nulldrv_FlattenPath, /* pFlattenPath */
nulldrv_FontIsLinked, /* pFontIsLinked */ nulldrv_FontIsLinked, /* pFontIsLinked */
nulldrv_FrameRgn, /* pFrameRgn */ nulldrv_FrameRgn, /* pFrameRgn */
nulldrv_GetBoundsRect, /* pGetBoundsRect */ nulldrv_GetBoundsRect, /* pGetBoundsRect */
...@@ -903,7 +902,6 @@ const struct gdi_dc_funcs null_driver = ...@@ -903,7 +902,6 @@ const struct gdi_dc_funcs null_driver =
nulldrv_RoundRect, /* pRoundRect */ nulldrv_RoundRect, /* pRoundRect */
nulldrv_SelectBitmap, /* pSelectBitmap */ nulldrv_SelectBitmap, /* pSelectBitmap */
nulldrv_SelectBrush, /* pSelectBrush */ nulldrv_SelectBrush, /* pSelectBrush */
nulldrv_SelectClipPath, /* pSelectClipPath */
nulldrv_SelectFont, /* pSelectFont */ nulldrv_SelectFont, /* pSelectFont */
nulldrv_SelectPen, /* pSelectPen */ nulldrv_SelectPen, /* pSelectPen */
nulldrv_SetBkColor, /* pSetBkColor */ nulldrv_SetBkColor, /* pSetBkColor */
......
...@@ -63,7 +63,6 @@ static const struct gdi_dc_funcs emfdrv_driver = ...@@ -63,7 +63,6 @@ static const struct gdi_dc_funcs emfdrv_driver =
EMFDRV_ExtTextOut, /* pExtTextOut */ EMFDRV_ExtTextOut, /* pExtTextOut */
EMFDRV_FillPath, /* pFillPath */ EMFDRV_FillPath, /* pFillPath */
EMFDRV_FillRgn, /* pFillRgn */ EMFDRV_FillRgn, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
EMFDRV_FrameRgn, /* pFrameRgn */ EMFDRV_FrameRgn, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -111,7 +110,6 @@ static const struct gdi_dc_funcs emfdrv_driver = ...@@ -111,7 +110,6 @@ static const struct gdi_dc_funcs emfdrv_driver =
EMFDRV_RoundRect, /* pRoundRect */ EMFDRV_RoundRect, /* pRoundRect */
EMFDRV_SelectBitmap, /* pSelectBitmap */ EMFDRV_SelectBitmap, /* pSelectBitmap */
NULL, /* pSelectBrush */ NULL, /* pSelectBrush */
NULL, /* pSelectClipPath */
EMFDRV_SelectFont, /* pSelectFont */ EMFDRV_SelectFont, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -3840,7 +3840,6 @@ const struct gdi_dc_funcs font_driver = ...@@ -3840,7 +3840,6 @@ const struct gdi_dc_funcs font_driver =
NULL, /* pExtTextOut */ NULL, /* pExtTextOut */
NULL, /* pFillPath */ NULL, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
font_FontIsLinked, /* pFontIsLinked */ font_FontIsLinked, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -3888,7 +3887,6 @@ const struct gdi_dc_funcs font_driver = ...@@ -3888,7 +3887,6 @@ const struct gdi_dc_funcs font_driver =
NULL, /* pRoundRect */ NULL, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
NULL, /* pSelectBrush */ NULL, /* pSelectBrush */
NULL, /* pSelectClipPath */
font_SelectFont, /* pSelectFont */ font_SelectFont, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -564,7 +564,6 @@ extern BOOL CDECL nulldrv_ExtTextOut( PHYSDEV dev, INT x, INT y, UINT flags, con ...@@ -564,7 +564,6 @@ extern BOOL CDECL nulldrv_ExtTextOut( PHYSDEV dev, INT x, INT y, UINT flags, con
LPCWSTR str, UINT count, const INT *dx ) DECLSPEC_HIDDEN; LPCWSTR str, UINT count, const INT *dx ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_FillPath( PHYSDEV dev ) DECLSPEC_HIDDEN; extern BOOL CDECL nulldrv_FillPath( PHYSDEV dev ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_FillRgn( PHYSDEV dev, HRGN rgn, HBRUSH brush ) DECLSPEC_HIDDEN; extern BOOL CDECL nulldrv_FillRgn( PHYSDEV dev, HRGN rgn, HBRUSH brush ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_FlattenPath( PHYSDEV dev ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_FrameRgn( PHYSDEV dev, HRGN rgn, HBRUSH brush, INT width, INT height ) DECLSPEC_HIDDEN; extern BOOL CDECL nulldrv_FrameRgn( PHYSDEV dev, HRGN rgn, HBRUSH brush, INT width, INT height ) DECLSPEC_HIDDEN;
extern LONG CDECL nulldrv_GetBitmapBits( HBITMAP bitmap, void *bits, LONG size ) DECLSPEC_HIDDEN; extern LONG CDECL nulldrv_GetBitmapBits( HBITMAP bitmap, void *bits, LONG size ) DECLSPEC_HIDDEN;
extern COLORREF CDECL nulldrv_GetNearestColor( PHYSDEV dev, COLORREF color ) DECLSPEC_HIDDEN; extern COLORREF CDECL nulldrv_GetNearestColor( PHYSDEV dev, COLORREF color ) DECLSPEC_HIDDEN;
...@@ -577,7 +576,6 @@ extern BOOL CDECL nulldrv_PolyBezier( PHYSDEV dev, const POINT *points, DWORD co ...@@ -577,7 +576,6 @@ extern BOOL CDECL nulldrv_PolyBezier( PHYSDEV dev, const POINT *points, DWORD co
extern BOOL CDECL nulldrv_PolyBezierTo( PHYSDEV dev, const POINT *points, DWORD count ) DECLSPEC_HIDDEN; extern BOOL CDECL nulldrv_PolyBezierTo( PHYSDEV dev, const POINT *points, DWORD count ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_PolyDraw( PHYSDEV dev, const POINT *points, const BYTE *types, DWORD count ) DECLSPEC_HIDDEN; extern BOOL CDECL nulldrv_PolyDraw( PHYSDEV dev, const POINT *points, const BYTE *types, DWORD count ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_PolylineTo( PHYSDEV dev, const POINT *points, INT count ) DECLSPEC_HIDDEN; extern BOOL CDECL nulldrv_PolylineTo( PHYSDEV dev, const POINT *points, INT count ) DECLSPEC_HIDDEN;
extern BOOL CDECL nulldrv_SelectClipPath( PHYSDEV dev, INT mode ) DECLSPEC_HIDDEN;
extern INT CDECL nulldrv_SetDIBitsToDevice( PHYSDEV dev, INT x_dst, INT y_dst, DWORD width, DWORD height, extern INT CDECL nulldrv_SetDIBitsToDevice( PHYSDEV dev, INT x_dst, INT y_dst, DWORD width, DWORD height,
INT x_src, INT y_src, UINT start, UINT lines, INT x_src, INT y_src, UINT start, UINT lines,
const void *bits, BITMAPINFO *info, UINT coloruse ) DECLSPEC_HIDDEN; const void *bits, BITMAPINFO *info, UINT coloruse ) DECLSPEC_HIDDEN;
......
...@@ -2006,11 +2006,6 @@ BOOL CDECL nulldrv_CloseFigure( PHYSDEV dev ) ...@@ -2006,11 +2006,6 @@ BOOL CDECL nulldrv_CloseFigure( PHYSDEV dev )
return FALSE; return FALSE;
} }
BOOL CDECL nulldrv_SelectClipPath( PHYSDEV dev, INT mode )
{
return TRUE;
}
BOOL CDECL nulldrv_FillPath( PHYSDEV dev ) BOOL CDECL nulldrv_FillPath( PHYSDEV dev )
{ {
if (GetPath( dev->hdc, NULL, NULL, 0 ) == -1) return FALSE; if (GetPath( dev->hdc, NULL, NULL, 0 ) == -1) return FALSE;
...@@ -2032,11 +2027,6 @@ BOOL CDECL nulldrv_StrokePath( PHYSDEV dev ) ...@@ -2032,11 +2027,6 @@ BOOL CDECL nulldrv_StrokePath( PHYSDEV dev )
return TRUE; return TRUE;
} }
BOOL CDECL nulldrv_FlattenPath( PHYSDEV dev )
{
return TRUE;
}
BOOL CDECL nulldrv_WidenPath( PHYSDEV dev ) BOOL CDECL nulldrv_WidenPath( PHYSDEV dev )
{ {
DC *dc = get_nulldrv_dc( dev ); DC *dc = get_nulldrv_dc( dev );
...@@ -2082,7 +2072,6 @@ const struct gdi_dc_funcs path_driver = ...@@ -2082,7 +2072,6 @@ const struct gdi_dc_funcs path_driver =
pathdrv_ExtTextOut, /* pExtTextOut */ pathdrv_ExtTextOut, /* pExtTextOut */
NULL, /* pFillPath */ NULL, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -2130,7 +2119,6 @@ const struct gdi_dc_funcs path_driver = ...@@ -2130,7 +2119,6 @@ const struct gdi_dc_funcs path_driver =
pathdrv_RoundRect, /* pRoundRect */ pathdrv_RoundRect, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
NULL, /* pSelectBrush */ NULL, /* pSelectBrush */
NULL, /* pSelectClipPath */
NULL, /* pSelectFont */ NULL, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -310,7 +310,6 @@ static const struct gdi_dc_funcs android_drv_funcs = ...@@ -310,7 +310,6 @@ static const struct gdi_dc_funcs android_drv_funcs =
NULL, /* pExtTextOut */ NULL, /* pExtTextOut */
NULL, /* pFillPath */ NULL, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -358,7 +357,6 @@ static const struct gdi_dc_funcs android_drv_funcs = ...@@ -358,7 +357,6 @@ static const struct gdi_dc_funcs android_drv_funcs =
NULL, /* pRoundRect */ NULL, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
NULL, /* pSelectBrush */ NULL, /* pSelectBrush */
NULL, /* pSelectClipPath */
NULL, /* pSelectFont */ NULL, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -290,7 +290,6 @@ static const struct gdi_dc_funcs macdrv_funcs = ...@@ -290,7 +290,6 @@ static const struct gdi_dc_funcs macdrv_funcs =
NULL, /* pExtTextOut */ NULL, /* pExtTextOut */
NULL, /* pFillPath */ NULL, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -338,7 +337,6 @@ static const struct gdi_dc_funcs macdrv_funcs = ...@@ -338,7 +337,6 @@ static const struct gdi_dc_funcs macdrv_funcs =
NULL, /* pRoundRect */ NULL, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
NULL, /* pSelectBrush */ NULL, /* pSelectBrush */
NULL, /* pSelectClipPath */
NULL, /* pSelectFont */ NULL, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -804,7 +804,6 @@ static const struct gdi_dc_funcs psdrv_funcs = ...@@ -804,7 +804,6 @@ static const struct gdi_dc_funcs psdrv_funcs =
PSDRV_ExtTextOut, /* pExtTextOut */ PSDRV_ExtTextOut, /* pExtTextOut */
PSDRV_FillPath, /* pFillPath */ PSDRV_FillPath, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -852,7 +851,6 @@ static const struct gdi_dc_funcs psdrv_funcs = ...@@ -852,7 +851,6 @@ static const struct gdi_dc_funcs psdrv_funcs =
PSDRV_RoundRect, /* pRoundRect */ PSDRV_RoundRect, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
PSDRV_SelectBrush, /* pSelectBrush */ PSDRV_SelectBrush, /* pSelectBrush */
NULL, /* pSelectClipPath */
PSDRV_SelectFont, /* pSelectFont */ PSDRV_SelectFont, /* pSelectFont */
PSDRV_SelectPen, /* pSelectPen */ PSDRV_SelectPen, /* pSelectPen */
PSDRV_SetBkColor, /* pSetBkColor */ PSDRV_SetBkColor, /* pSetBkColor */
......
...@@ -369,7 +369,6 @@ static const struct gdi_dc_funcs x11drv_funcs = ...@@ -369,7 +369,6 @@ static const struct gdi_dc_funcs x11drv_funcs =
NULL, /* pExtTextOut */ NULL, /* pExtTextOut */
X11DRV_FillPath, /* pFillPath */ X11DRV_FillPath, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -417,7 +416,6 @@ static const struct gdi_dc_funcs x11drv_funcs = ...@@ -417,7 +416,6 @@ static const struct gdi_dc_funcs x11drv_funcs =
X11DRV_RoundRect, /* pRoundRect */ X11DRV_RoundRect, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
X11DRV_SelectBrush, /* pSelectBrush */ X11DRV_SelectBrush, /* pSelectBrush */
NULL, /* pSelectClipPath */
X11DRV_SelectFont, /* pSelectFont */ X11DRV_SelectFont, /* pSelectFont */
X11DRV_SelectPen, /* pSelectPen */ X11DRV_SelectPen, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -2181,7 +2181,6 @@ static const struct gdi_dc_funcs xrender_funcs = ...@@ -2181,7 +2181,6 @@ static const struct gdi_dc_funcs xrender_funcs =
xrenderdrv_ExtTextOut, /* pExtTextOut */ xrenderdrv_ExtTextOut, /* pExtTextOut */
NULL, /* pFillPath */ NULL, /* pFillPath */
NULL, /* pFillRgn */ NULL, /* pFillRgn */
NULL, /* pFlattenPath */
NULL, /* pFontIsLinked */ NULL, /* pFontIsLinked */
NULL, /* pFrameRgn */ NULL, /* pFrameRgn */
NULL, /* pGetBoundsRect */ NULL, /* pGetBoundsRect */
...@@ -2229,7 +2228,6 @@ static const struct gdi_dc_funcs xrender_funcs = ...@@ -2229,7 +2228,6 @@ static const struct gdi_dc_funcs xrender_funcs =
NULL, /* pRoundRect */ NULL, /* pRoundRect */
NULL, /* pSelectBitmap */ NULL, /* pSelectBitmap */
xrenderdrv_SelectBrush, /* pSelectBrush */ xrenderdrv_SelectBrush, /* pSelectBrush */
NULL, /* pSelectClipPath */
xrenderdrv_SelectFont, /* pSelectFont */ xrenderdrv_SelectFont, /* pSelectFont */
NULL, /* pSelectPen */ NULL, /* pSelectPen */
NULL, /* pSetBkColor */ NULL, /* pSetBkColor */
......
...@@ -94,7 +94,6 @@ struct gdi_dc_funcs ...@@ -94,7 +94,6 @@ struct gdi_dc_funcs
BOOL (CDECL *pExtTextOut)(PHYSDEV,INT,INT,UINT,const RECT*,LPCWSTR,UINT,const INT*); BOOL (CDECL *pExtTextOut)(PHYSDEV,INT,INT,UINT,const RECT*,LPCWSTR,UINT,const INT*);
BOOL (CDECL *pFillPath)(PHYSDEV); BOOL (CDECL *pFillPath)(PHYSDEV);
BOOL (CDECL *pFillRgn)(PHYSDEV,HRGN,HBRUSH); BOOL (CDECL *pFillRgn)(PHYSDEV,HRGN,HBRUSH);
BOOL (CDECL *pFlattenPath)(PHYSDEV);
BOOL (CDECL *pFontIsLinked)(PHYSDEV); BOOL (CDECL *pFontIsLinked)(PHYSDEV);
BOOL (CDECL *pFrameRgn)(PHYSDEV,HRGN,HBRUSH,INT,INT); BOOL (CDECL *pFrameRgn)(PHYSDEV,HRGN,HBRUSH,INT,INT);
UINT (CDECL *pGetBoundsRect)(PHYSDEV,RECT*,UINT); UINT (CDECL *pGetBoundsRect)(PHYSDEV,RECT*,UINT);
...@@ -142,7 +141,6 @@ struct gdi_dc_funcs ...@@ -142,7 +141,6 @@ struct gdi_dc_funcs
BOOL (CDECL *pRoundRect)(PHYSDEV,INT,INT,INT,INT,INT,INT); BOOL (CDECL *pRoundRect)(PHYSDEV,INT,INT,INT,INT,INT,INT);
HBITMAP (CDECL *pSelectBitmap)(PHYSDEV,HBITMAP); HBITMAP (CDECL *pSelectBitmap)(PHYSDEV,HBITMAP);
HBRUSH (CDECL *pSelectBrush)(PHYSDEV,HBRUSH,const struct brush_pattern*); HBRUSH (CDECL *pSelectBrush)(PHYSDEV,HBRUSH,const struct brush_pattern*);
BOOL (CDECL *pSelectClipPath)(PHYSDEV,INT);
HFONT (CDECL *pSelectFont)(PHYSDEV,HFONT,UINT*); HFONT (CDECL *pSelectFont)(PHYSDEV,HFONT,UINT*);
HPEN (CDECL *pSelectPen)(PHYSDEV,HPEN,const struct brush_pattern*); HPEN (CDECL *pSelectPen)(PHYSDEV,HPEN,const struct brush_pattern*);
COLORREF (CDECL *pSetBkColor)(PHYSDEV,COLORREF); COLORREF (CDECL *pSetBkColor)(PHYSDEV,COLORREF);
...@@ -172,7 +170,7 @@ struct gdi_dc_funcs ...@@ -172,7 +170,7 @@ struct gdi_dc_funcs
}; };
/* increment this when you change the DC function table */ /* increment this when you change the DC function table */
#define WINE_GDI_DRIVER_VERSION 61 #define WINE_GDI_DRIVER_VERSION 62
#define GDI_PRIORITY_NULL_DRV 0 /* null driver */ #define GDI_PRIORITY_NULL_DRV 0 /* null driver */
#define GDI_PRIORITY_FONT_DRV 100 /* any font driver */ #define GDI_PRIORITY_FONT_DRV 100 /* any font driver */
......
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