[Mono-devel-list] Re: [Mono-patches] libgdiplus/src stringformat.c,NONE,1.1 ChangeLog,1.4,1.5 Makefile.am,1.2,1.3 font.c,1.1,1.2 gdip.h,1.3,1.4 general.c,1.1.1.1,1.2 graphics.c,1.4,1.5 solidbrush.c,1.1.1.1,1.2

Duncan Mak duncan at ximian.com
Fri Feb 13 17:18:53 EST 2004


Hello Jordi,

On Fri, 2004-02-13 at 10:02, Jordi Mas  wrote:
> Index: gdip.h
> +// NOTE: This file includes some internal cairo definitions to
> +// avoid to define them again you should have it in your include path
> +// it is part of the standard cairo development package
> +#include <cairoint.h>
> +

This is not true, cairoint.h is Cairo's own internal helper and it is
not part of the standard Cairo development package. There is a note at
the top of cairoint.h:

/*
 * These definitions are solely for use by the implementation of Cairo
 * and constitute no kind of standard.  If you need any of these
 * functions, please drop me a note.  Either the library needs new
 * functionality, or there's a way to do what you need using the
 * existing published interfaces. cworth at isi.edu
 */

If you need functionality that is currently hidden within cairoint.h,
you should write to the cairo mailing list (cairo at cairographics.org) and
work out a way for Cairo to expose that API publicly.

Duncan.



More information about the Mono-devel-list mailing list