mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +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_ULong charcode;
|
||||
FT_UInt glyph_index;
|
||||
int i;
|
||||
|
||||
if(f->loaded)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue