winex11.drv: Mark xrenderdrv_ExtTextOut as static.

This commit is contained in:
Marcus Meissner 2011-10-03 13:28:56 +02:00 committed by Alexandre Julliard
parent a664424c19
commit aee645dfc0
1 changed files with 2 additions and 2 deletions

View File

@ -1943,8 +1943,8 @@ static inline BOOL is_dib_with_colortable( X11DRV_PDEVICE *physDev )
/***********************************************************************
* xrenderdrv_ExtTextOut
*/
BOOL xrenderdrv_ExtTextOut( PHYSDEV dev, INT x, INT y, UINT flags,
const RECT *lprect, LPCWSTR wstr, UINT count, const INT *lpDx )
static BOOL xrenderdrv_ExtTextOut( PHYSDEV dev, INT x, INT y, UINT flags,
const RECT *lprect, LPCWSTR wstr, UINT count, const INT *lpDx )
{
struct xrender_physdev *physdev = get_xrender_dev( dev );
XGCValues xgcval;