diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-10-22 14:20:47 -0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-10-22 14:21:00 -0200 |
commit | 39c8cfcc614f8901d347a047b3295a06082cbfee (patch) | |
tree | 877778c78a7a0eb2cfa91ad720644bd69694247a /pango/break-thai.c | |
parent | a05219011b26703e6da7bc6e799d1e1322a60ed3 (diff) | |
download | pango-39c8cfcc614f8901d347a047b3295a06082cbfee.tar.gz |
Add note re threadsafe libthai
Diffstat (limited to 'pango/break-thai.c')
-rw-r--r-- | pango/break-thai.c | 5 |
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); /* |