all repos — st @ b81888ee7d95d9ecb7b1749630b09a96065a8fea

st (suckless terminal) config

xhints: no need to initialize sizeh
Hiltjo Posthuma hiltjo@codemadness.org
commit

b81888ee7d95d9ecb7b1749630b09a96065a8fea

parent

8b8255ac0e188445f6904ff16272e9e93093cbde

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M x.cx.c

@@ -780,7 +780,7 @@ {

XClassHint class = {opt_name ? opt_name : termname, opt_class ? opt_class : termname}; XWMHints wm = {.flags = InputHint, .input = 1}; - XSizeHints *sizeh = NULL; + XSizeHints *sizeh; sizeh = XAllocSizeHints();