xmakeglyphfontspecs: fix for when not using ligatures
This commit is contained in:
parent
b7add20215
commit
340caa5d0a
1 changed files with 1 additions and 1 deletions
2
x.c
2
x.c
|
|
@ -1679,8 +1679,8 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x
|
|||
FcFontSet *fcsets[] = { NULL };
|
||||
FcCharSet *fccharset;
|
||||
int f, numspecs = 0;
|
||||
#if LIGATURES_PATCH
|
||||
int i;
|
||||
#if LIGATURES_PATCH
|
||||
float cluster_xp, cluster_yp;
|
||||
HbTransformData shaped;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue