[PATCH 1/3] dix: use one single function to register fpe fonts

Julien Cristau jcristau at debian.org
Thu Jun 10 07:43:08 PDT 2010


On Thu, Jun 10, 2010 at 16:41:14 +0300, Tiago Vignatti wrote:

> diff --git a/include/dixfont.h b/include/dixfont.h
> index cf86f54..617b94a 100644
> --- a/include/dixfont.h
> +++ b/include/dixfont.h
> @@ -141,10 +141,7 @@ extern _X_EXPORT void InitGlyphCaching(void);
>  
>  extern _X_EXPORT void SetGlyphCachingMode(int /*newmode*/);
>  
> -/*
> - * libXfont/src/builtins/builtin.h
> - */
> -extern _X_EXPORT void BuiltinRegisterFpeFunctions(void);
> +extern _X_EXPORT void register_fpe_functions(void);
>  
Can we pull the prototype from some libXfont header instead of
duplicating it here?

Cheers,
Julien


More information about the xorg-devel mailing list