fontsrv: fix compilation on X11 (#420)

This commit is contained in:
Gregor Best 2020-06-04 19:55:26 +02:00 committed by GitHub
parent 799f330f6d
commit c3d31baca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ load(XFont *f)
FT_Error e;
FT_ULong charcode;
FT_UInt glyph_index;
int i;
if(f->loaded)
return;