summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-10-22 14:20:47 -0200
committerBehdad Esfahbod <behdad@behdad.org>2015-10-22 14:21:00 -0200
commit39c8cfcc614f8901d347a047b3295a06082cbfee (patch)
tree877778c78a7a0eb2cfa91ad720644bd69694247a
parenta05219011b26703e6da7bc6e799d1e1322a60ed3 (diff)
downloadpango-39c8cfcc614f8901d347a047b3295a06082cbfee.tar.gz
Add note re threadsafe libthai
-rw-r--r--pango/break-thai.c5
1 files changed, 5 insertions, 0 deletions
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 <thai/thwchar.h>
#include <thai/thbrk.h>
+/* 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);
/*