Commit aee645df authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winex11.drv: Mark xrenderdrv_ExtTextOut as static.

parent a664424c
...@@ -1943,7 +1943,7 @@ static inline BOOL is_dib_with_colortable( X11DRV_PDEVICE *physDev ) ...@@ -1943,7 +1943,7 @@ static inline BOOL is_dib_with_colortable( X11DRV_PDEVICE *physDev )
/*********************************************************************** /***********************************************************************
* xrenderdrv_ExtTextOut * xrenderdrv_ExtTextOut
*/ */
BOOL xrenderdrv_ExtTextOut( PHYSDEV dev, INT x, INT y, UINT flags, static BOOL xrenderdrv_ExtTextOut( PHYSDEV dev, INT x, INT y, UINT flags,
const RECT *lprect, LPCWSTR wstr, UINT count, const INT *lpDx ) const RECT *lprect, LPCWSTR wstr, UINT count, const INT *lpDx )
{ {
struct xrender_physdev *physdev = get_xrender_dev( dev ); struct xrender_physdev *physdev = get_xrender_dev( dev );
......
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