[PATCH 3/5] icu: do not use glib types

Grigori Goronzy greg at blackbox
Fri Oct 14 15:06:56 PDT 2011


---
 src/hb-icu.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hb-icu.cc b/src/hb-icu.cc
index 0f5ed1c..cc551d3 100644
--- a/src/hb-icu.cc
+++ b/src/hb-icu.cc
@@ -175,7 +175,7 @@ hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED,
     return FALSE;
 
   UChar utf16[4], normalized[5];
-  gint len;
+  int len;
   hb_bool_t ret, err;
   UErrorCode icu_err;
 
@@ -209,7 +209,7 @@ hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED,
 			  void               *user_data HB_UNUSED)
 {
   UChar utf16[2], normalized[20];
-  gint len;
+  int len;
   hb_bool_t ret, err;
   UErrorCode icu_err;
 
-- 
1.7.2.3


--------------070209070302060304010806
Content-Type: text/plain;
 name="0004-configure-add-toggles-for-glib-ICU-uniscribe.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0004-configure-add-toggles-for-glib-ICU-uniscribe.patch"



More information about the HarfBuzz mailing list