mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
ligatures - moving hbcreatebuffer out of xresources condition ref. #118
This commit is contained in:
parent
1da419eb35
commit
7976e611e3
4
x.c
4
x.c
@ -3782,12 +3782,12 @@ run:
|
|||||||
if (!(xw.dpy = XOpenDisplay(NULL)))
|
if (!(xw.dpy = XOpenDisplay(NULL)))
|
||||||
die("Can't open display\n");
|
die("Can't open display\n");
|
||||||
|
|
||||||
|
config_init(xw.dpy);
|
||||||
|
#endif // XRESOURCES_PATCH
|
||||||
#if LIGATURES_PATCH
|
#if LIGATURES_PATCH
|
||||||
hbcreatebuffer();
|
hbcreatebuffer();
|
||||||
#endif // LIGATURES_PATCH
|
#endif // LIGATURES_PATCH
|
||||||
|
|
||||||
config_init(xw.dpy);
|
|
||||||
#endif // XRESOURCES_PATCH
|
|
||||||
cols = MAX(cols, 1);
|
cols = MAX(cols, 1);
|
||||||
rows = MAX(rows, 1);
|
rows = MAX(rows, 1);
|
||||||
#if ALPHA_PATCH && ALPHA_FOCUS_HIGHLIGHT_PATCH
|
#if ALPHA_PATCH && ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||||
|
Loading…
Reference in New Issue
Block a user