From 39c8cfcc614f8901d347a047b3295a06082cbfee Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Oct 2015 14:20:47 -0200 Subject: Add note re threadsafe libthai --- pango/break-thai.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pango/break-thai.c b/pango/break-thai.c index 659e96e5..5560c9fe 100644 --- a/pango/break-thai.c +++ b/pango/break-thai.c @@ -27,6 +27,11 @@ #include #include +/* TODO + * LibThai 0.1.23 claims to be thread-safe. + * Check that and avoid locking? + * http://linux.thai.net/node/286 + */ G_LOCK_DEFINE_STATIC (th_brk); /* -- cgit v1.2.1