Files
xserver_xsdl/Xext
Jon TURNEY a9d3c43a57 Fix compilation of xf86bigfont.c
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 cbd4d5dbb7
"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 it references.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Julien Cristau <jcristau@debian.org>
2011-01-25 14:41:02 +00:00
..
2009-04-03 18:22:20 -04:00
2009-04-03 18:22:20 -04:00
2010-12-31 12:36:44 +00:00
2010-11-30 13:47:42 -05:00
2010-11-30 13:47:41 -05:00
2008-01-03 17:04:54 +10:30
2009-07-15 17:00:05 +10:00
2011-01-05 08:41:30 -08:00
2010-12-06 19:15:38 -08:00
2011-01-25 14:41:02 +00:00