diff options
Diffstat (limited to 'modules/arabic/langboxfont.c')
-rw-r--r-- | modules/arabic/langboxfont.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/arabic/langboxfont.c b/modules/arabic/langboxfont.c index 3073b539..784fdd0b 100644 --- a/modules/arabic/langboxfont.c +++ b/modules/arabic/langboxfont.c @@ -10,8 +10,6 @@ #include <glib.h> #include "pango.h" #include "pangox.h" -#include "utils.h" -#include <unicode.h> /* #define DEBUG */ #ifdef DEBUG @@ -50,7 +48,7 @@ arabic_lboxinit(PangoFont *font,PangoXSubfont* lboxfonts) typedef struct { - GUChar4 unicodechar; + gunichar unicodechar; int charindex; } fontentry; |