79509: [PATCH] winex11.drv: mark xrenderdrv_ExtTextOut as static

buildbot at kegel.com buildbot at kegel.com
Mon Oct 3 17:26:02 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-heaptest while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-heaptest/builds/177 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/winex11.drv/xrender.c:1949
error: dlls/winex11.drv/xrender.c: patch does not apply

-------------- next part --------------
From: Marcus Meissner <meissner at suse.de>
Subject: [PATCH] winex11.drv: mark xrenderdrv_ExtTextOut as static
Message-Id: <1317641336-19894-1-git-send-email-meissner at suse.de>
Date: Mon,  3 Oct 2011 13:28:56 +0200

---
 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-tests-results mailing list