summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-12 14:53:31 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-17 14:01:45 -0600
commit50f14f7fc8eda225dc411be05d347c39a0e44d1e (patch)
treef770a9a3608216d8fdd0375f8c920222a40f837f
parentc8d88653bae6b3a050c04c8efaddb2d404f21ae6 (diff)
downloadpango-50f14f7fc8eda225dc411be05d347c39a0e44d1e.tar.gz
Cosmetics
-rw-r--r--pango/pango-fontset-simple-private.h2
-rw-r--r--pango/pango-fontset-simple.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontset-simple-private.h b/pango/pango-fontset-simple-private.h
index 7652a491..f4598df3 100644
--- a/pango/pango-fontset-simple-private.h
+++ b/pango/pango-fontset-simple-private.h
@@ -35,6 +35,8 @@ struct _PangoFontsetSimple
PangoLanguage *language;
};
+typedef struct _PangoFontsetSimpleClass PangoFontsetSimpleClass;
+
struct _PangoFontsetSimpleClass
{
PangoFontsetClass parent_class;
diff --git a/pango/pango-fontset-simple.h b/pango/pango-fontset-simple.h
index adbbf0a8..033a42c7 100644
--- a/pango/pango-fontset-simple.h
+++ b/pango/pango-fontset-simple.h
@@ -44,8 +44,6 @@ G_BEGIN_DECLS
#define PANGO_IS_FONTSET_SIMPLE(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FONTSET_SIMPLE))
typedef struct _PangoFontsetSimple PangoFontsetSimple;
-typedef struct _PangoFontsetSimpleClass PangoFontsetSimpleClass;
-
PANGO_AVAILABLE_IN_ALL
GType pango_fontset_simple_get_type (void) G_GNUC_CONST;