Re: Pango font API problems, gnome-print
- From: Tim Janik <timj gtk org>
- To: Owen Taylor <otaylor redhat com>
- Cc: Gtk+ Developers <gtk-devel-list gnome org>
- Subject: Re: Pango font API problems, gnome-print
- Date: Tue, 18 Sep 2001 19:31:25 +0200 (CEST)
On 11 Sep 2001, Owen Taylor wrote:
> I think the right way to mark things evolving is to surround them
> in the header files with:
>
> #ifndef PANGO_ENABLE_EVOLVING
> #endif /* PANGO_ENABLE_EVOLVING */
i think this should be:
#ifdef PANGO_ENABLE_EVOLVING
#endif /* PANGO_ENABLE_EVOLVING */
so to have to explicitely enable this API.
what exactly will users want to use this API for btw?
(asking to figure whether it couldn't just be
"_" prefixed).
>
> Regards,
> Owen
>
---
ciaoTJ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]