[pango/pango-1-29-4: 1/2] Part of Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in Windows
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango-1-29-4: 1/2] Part of Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in Windows
- Date: Wed, 28 Sep 2011 14:55:43 +0000 (UTC)
commit 4ed3e3c87d347e067cd2f1f0604854caa6e6b35f
Author: Kalev Lember <kalevlember gmail com>
Date: Mon Jul 11 22:21:13 2011 -0400
Part of Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in Windows
Fixes a regression from ea702f4 which changed PangoFallbackEngine to be
abstract.
pango/pango-engine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-engine.c b/pango/pango-engine.c
index 1a49385..8e87402 100644
--- a/pango/pango-engine.c
+++ b/pango/pango-engine.c
@@ -180,7 +180,7 @@ fallback_engine_covers (PangoEngineShape *engine G_GNUC_UNUSED,
static GType pango_fallback_engine_get_type (void);
-G_DEFINE_ABSTRACT_TYPE (PangoFallbackEngine, pango_fallback_engine, PANGO_TYPE_ENGINE_SHAPE);
+G_DEFINE_TYPE (PangoFallbackEngine, pango_fallback_engine, PANGO_TYPE_ENGINE_SHAPE);
static void
pango_fallback_engine_init (PangoFallbackEngine *self)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]