commit 7976e611e359ce65a3619daf2596cfa326283b90
parent 1da419eb354821d26ef4cd61caf25dada57faea4
Author: Bakkeby <bakkeby@gmail.com>
Date: Sun, 10 Mar 2024 23:40:32 +0100
ligatures - moving hbcreatebuffer out of xresources condition ref. #118
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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