Make pango threadsafe!
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 3 Jan 2013 09:52:09 +0000 (03:52 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 3 Jan 2013 09:52:09 +0000 (03:52 -0600)
commitdd90b07699fe5bf0ea5dfee7e907662e8ca8280b
tree9f7f2a4f1877fbcdf9f21158933f5938d26753dd
parent00997204f7df5f4e2f75f8c1c2f72130f302e7c6
Make pango threadsafe!

By way of declaring fontmaps NOT threadsafe, and making
pango_cairo_font_map_get_default() return a thread-private fontmap.

test-pangocairo-threads doesn't crash anymore, if used with fontconfig
master.
pango/pangocairo-fontmap.c