st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit 340caa5d0a12b7b5a2f6200a4a20b48cb832a230
parent b7add202159e48c9f97a2ae98a3f375ffaace148
Author: Bakkeby <bakkeby@gmail.com>
Date:   Thu,  7 Mar 2024 21:59:15 +0100

xmakeglyphfontspecs: fix for when not using ligatures

Diffstat:
Mx.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;