[PATCH] Fix compilation of xf86bigfont.c

Julien Cristau jcristau at debian.org
Wed Jan 19 08:40:54 PST 2011


On Wed, Jan 19, 2011 at 16:06:28 +0000, Jon TURNEY wrote:

> xf86bigfont.c: In function 'XFree86BigfontExtensionInit':
> xf86bigfont.c:146: error: 'ProcXF86BigfontDispatch' undeclared (first use in this function)
> xf86bigfont.c:147: error: 'SProcXF86BigfontDispatch' undeclared (first use in this function)
> 
> It seems this has been broken since commit cbd4d5dbb70db62ba1cb79c7b904e6fa11f62d7e
> "delete pervasively use of DISPATCH_PROC" (2010-09-28), which is a bit worrying as
> that presumably indicates that no tinderbox is configuring with --enable-xf86bigfont.
> 
> In a similar fashion to that commit, fix by moving XFree86BigfontExtensionInit()
> below the definitions of the static dispatch functions is references.
> 
> Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
> ---
>  Xext/xf86bigfont.c |   89 +++++++++++++++++++++++++--------------------------
>  1 files changed, 44 insertions(+), 45 deletions(-)
> 
Reviewed-by: Julien Cristau <jcristau at debian.org>

Cheers,
Julien


More information about the xorg-devel mailing list