summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-05-08 15:50:13 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-05-08 15:50:13 +0000
commit5aea38b87e7237795178c9455d5e825e2f9507dd (patch)
tree897d7b1c9556c13eb98249b0a8e54ce9085f46bd /examples
parent1a9eb53c12b49c53aaaf56ef40220c28bd13df84 (diff)
downloadpango-5aea38b87e7237795178c9455d5e825e2f9507dd.tar.gz
Add a simple Thai shaper. (Reasonably complete but intended mostly for an
Mon May 8 16:19:22 2000 Owen Taylor <otaylor@redhat.com> * modules/thai/* modules/Makefile.am configure.in: Add a simple Thai shaper. (Reasonably complete but intended mostly for an example for the shape docs right now.) * pango/pangox.h (PANGO_X_GLYPH_INDEX): Protect arguments to macros.
Diffstat (limited to 'examples')
-rw-r--r--examples/viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/viewer.c b/examples/viewer.c
index 61beceab..cbc060a6 100644
--- a/examples/viewer.c
+++ b/examples/viewer.c
@@ -372,7 +372,7 @@ button_press (GtkWidget *layout, GdkEventButton *event)
static void
checkbutton_toggled (GtkWidget *widget, gpointer data)
{
- GSList *para_list;
+ GList *para_list;
pango_context_set_base_dir (context, GTK_TOGGLE_BUTTON (widget)->active ? PANGO_DIRECTION_RTL : PANGO_DIRECTION_LTR);