From fe0def566cd68e80fc6f51fd8ac3725d14464cbc Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 21 Aug 2006 15:34:00 +0000 Subject: ** Fix for bug #349310. Patch from both Laurent Goujon and Pavel Roskin. 2006-08-21 Srinivasa Ragavan ** Fix for bug #349310. Patch from both Laurent Goujon and Pavel Roskin. * e-util.h: Added function declaration for get_font_options. This time for real. svn path=/trunk/; revision=32615 --- e-util/e-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util') diff --git a/e-util/e-util.h b/e-util/e-util.h index 0346a9fc2f..18fc43e052 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -28,6 +28,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -214,6 +215,7 @@ gchar *e_ascii_dtostr (gcha Less than 0 for the int means copy the whole string. */ gchar *e_strdup_append_strings (gchar *first_string, ...); +cairo_font_options_t * get_font_options (); #ifdef __cplusplus } -- cgit gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0