fontsrv: fix compilation on X11 (#420)
This commit is contained in:
parent
799f330f6d
commit
c3d31baca0
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ load(XFont *f)
|
||||||
FT_Error e;
|
FT_Error e;
|
||||||
FT_ULong charcode;
|
FT_ULong charcode;
|
||||||
FT_UInt glyph_index;
|
FT_UInt glyph_index;
|
||||||
|
int i;
|
||||||
|
|
||||||
if(f->loaded)
|
if(f->loaded)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue