hb-private.h: Fix compilation on newer GLib versions
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Sep 2011 08:00:51 +0000 (16:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Sep 2011 16:40:09 +0000 (00:40 +0800)
commit775dd4e33c14560fc10cc0ad323163ac3450f959
treec1dbb29a649df9fa391f5deacb975a77e11ff396
parent8952c88b75d8ce439397c94e1327641c128e2073
hb-private.h: Fix compilation on newer GLib versions

g_atomic_int_exchange_and_add was deprecated in the GLib gatomic.c rewrite,
for GLib 2.29.6, so use g_atomic_int_add for GLib versions 2.29.5+.
pango/opentype/hb-private.h