break.c: Fix compilation against newer GLib versions
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Sep 2011 07:54:42 +0000 (15:54 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Sep 2011 16:40:28 +0000 (00:40 +0800)
commitc820da4fa40e02bf64d27b0467a530d990c93358
treea7b33bb02450ad2f9c0c8dd8e5cde0ff9ca96d74
parent775dd4e33c14560fc10cc0ad323163ac3450f959
break.c: Fix compilation against newer GLib versions

G_UNICODE_COMBINING_MARK was renamed as G_UNICODE_SPACING_MARK soon after
the GLib 2.29.14 release, so fix that in break.c and pango-ot-info.c.

To support GLib on and before 2.29.14, a convenience definition for
G_UNICODE_SPACING_MARK is defined.
pango/break.c
pango/pango-ot-info.c