From ad3f552241af72cd3d1a9b9f8db86085d51d80f5 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 20 Jul 2004 00:58:42 +0000 Subject: Add a patch forgotten in the last commit. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2496 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/pango/files/patch-examples_renderdemo.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 x11-toolkits/pango/files/patch-examples_renderdemo.c diff --git a/x11-toolkits/pango/files/patch-examples_renderdemo.c b/x11-toolkits/pango/files/patch-examples_renderdemo.c new file mode 100644 index 000000000..e1b70cb3c --- /dev/null +++ b/x11-toolkits/pango/files/patch-examples_renderdemo.c @@ -0,0 +1,16 @@ +--- examples/renderdemo.c.orig Mon Jul 19 20:53:12 2004 ++++ examples/renderdemo.c Mon Jul 19 20:53:28 2004 +@@ -306,11 +306,12 @@ + gpointer data) + { + static GEnumClass *class = NULL; ++ GEnumValue *value; + + if (!class) + class = g_type_class_ref (PANGO_TYPE_ELLIPSIZE_MODE); + +- GEnumValue *value = g_enum_get_value_by_nick (class, arg); ++ value = g_enum_get_value_by_nick (class, arg); + if (!value) + fail ("--ellipsize option must be one of none/start/middle/end"); + -- cgit v1.2.3