diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-09-29 18:26:14 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 16:13:40 -0700 |
commit | 61fbcd17a292196745edd6d8bf8d865b58fc54ba (patch) | |
tree | 3cd63e3c0b10c5b76a39465eafd674eed131fefb /pango/pango-context.c | |
parent | 44447b1baa7bea0a492de70a25580e901a7ff7b0 (diff) | |
download | pango-61fbcd17a292196745edd6d8bf8d865b58fc54ba.tar.gz |
Hide internal symbol
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 2a7dd541..b353d8ef 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -853,7 +853,7 @@ update_end (ItemizeState *state) * * https://bugzilla.gnome.org/show_bug.cgi?id=705727 */ -gboolean +static gboolean width_iter_iswide (gunichar ch) { if ((0x1100u <= ch && ch <= 0x11FFu) || |