From 7976e611e359ce65a3619daf2596cfa326283b90 Mon Sep 17 00:00:00 2001 From: Bakkeby Date: Sun, 10 Mar 2024 23:40:32 +0100 Subject: [PATCH] ligatures - moving hbcreatebuffer out of xresources condition ref. #118 --- x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x.c b/x.c index 56e4b1a..83ed0bb 100644 --- a/x.c +++ b/x.c @@ -3782,12 +3782,12 @@ run: if (!(xw.dpy = XOpenDisplay(NULL))) die("Can't open display\n"); + config_init(xw.dpy); + #endif // XRESOURCES_PATCH #if LIGATURES_PATCH hbcreatebuffer(); #endif // LIGATURES_PATCH - config_init(xw.dpy); - #endif // XRESOURCES_PATCH cols = MAX(cols, 1); rows = MAX(rows, 1); #if ALPHA_PATCH && ALPHA_FOCUS_HIGHLIGHT_PATCH