From 340caa5d0a12b7b5a2f6200a4a20b48cb832a230 Mon Sep 17 00:00:00 2001 From: Bakkeby Date: Thu, 7 Mar 2024 21:59:15 +0100 Subject: [PATCH] xmakeglyphfontspecs: fix for when not using ligatures --- x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.c b/x.c index 370e70d..a92918c 100644 --- a/x.c +++ b/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;