From e6b63dd83e0a31040f645fdf5b5f4ea788f8d9ca Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 20 Sep 2001 16:02:55 +0000 Subject: uncomment this now it has a boxed type. 2001-09-20 James Henstridge * pango.defs (FontMetrics): uncomment this now it has a boxed type. * gtk/Makefile.am (EXTRA_DIST): add gdk.override to dist. * configure.in: update version number. --- pango.defs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pango.defs') diff --git a/pango.defs b/pango.defs index ae0559af..61be3c86 100644 --- a/pango.defs +++ b/pango.defs @@ -75,13 +75,13 @@ (release-func "pango_font_description_free") ) -;(define-boxed FontMetrics -; (in-module "Pango") -; (c-name "PangoFontMetrics") -; (gtype-id "PANGO_TYPE_FONT_METRICS") -; (copy-func "pango_font_metrics_ref") -; (release-func "pango_font_metrics_unref") -;) +(define-boxed FontMetrics + (in-module "Pango") + (c-name "PangoFontMetrics") + (gtype-id "PANGO_TYPE_FONT_METRICS") + (copy-func "pango_font_metrics_ref") + (release-func "pango_font_metrics_unref") +) (define-boxed GlyphString (in-module "Pango") -- cgit v1.2.1