mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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…
Reference in a new issue