Marcus Meissner : winex11.drv: Mark xrenderdrv_ExtTextOut as static.

Alexandre Julliard julliard at winehq.org
Mon Oct 3 17:21:25 CDT 2011


Module: wine
Branch: master
Commit: aee645dfc0a870d3f3b4883fc287cfc2e186d61f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aee645dfc0a870d3f3b4883fc287cfc2e186d61f

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Oct  3 13:28:56 2011 +0200

winex11.drv: Mark xrenderdrv_ExtTextOut as static.

---

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

diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c
index de469e2..a985898 100644
--- a/dlls/winex11.drv/xrender.c
+++ b/dlls/winex11.drv/xrender.c
@@ -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;




More information about the wine-cvs mailing list