On Wed, 2010-05-26 at 19:44 +0300, Tiago Vignatti wrote: > +/* defined by libXfont */ > +#ifdef FONTSERVER > fs_register_fpe_functions(); > +#endif
I like the intent here, but libXfont is so much of a disaster that I'd
rather see the much more radical solution of copying it into the server
first and then trimming from there.
But in a narrow sense, that the server has to know what FPEs libXfont
implements at all is just silly. Just make libXfont do:
void RegisterFpeFunctions(void) {
BuiltinRegisterFpeFunctions();
/* ... */
}
and compile _that_ conditionally based on what kind of FPEs you have.
- ajax
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
