[PATCH] winex11.drv: mark xrenderdrv_ExtTextOut as static

Marcus Meissner meissner at suse.de
Mon Oct 3 06:28:56 CDT 2011


---
 dlls/winex11.drv/xrender.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c
index e37ddc2..d3f9c09 100644
--- a/dlls/winex11.drv/xrender.c
+++ b/dlls/winex11.drv/xrender.c
@@ -1949,7 +1949,7 @@ static inline BOOL is_dib_with_colortable( X11DRV_PDEVICE *physDev )
 /***********************************************************************
  *           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 )
 {
     struct xrender_physdev *physdev = get_xrender_dev( dev );
-- 
1.7.1




More information about the wine-patches mailing list