xmakeglyphfontspecs: fix for when not using ligatures

This commit is contained in:
Bakkeby 2024-03-07 21:59:15 +01:00
parent b7add20215
commit 340caa5d0a
1 changed files with 1 additions and 1 deletions

2
x.c
View File

@ -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;