txhints: no need to initialize sizeh - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b81888ee7d95d9ecb7b1749630b09a96065a8fea
(DIR) parent 8b8255ac0e188445f6904ff16272e9e93093cbde
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 9 Mar 2018 15:36:25 +0100
xhints: no need to initialize sizeh
Diffstat:
M x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/x.c b/x.c
t@@ -780,7 +780,7 @@ xhints(void)
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();