pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8255a
)
xhints: no need to initialize sizeh
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 9 Mar 2018 14:36:25 +0000
(15:36 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 9 Mar 2018 14:36:25 +0000
(15:36 +0100)
x.c
patch
|
blob
|
history
diff --git
a/x.c
b/x.c
index
f005687
..
537322b
100644
(file)
--- a/
x.c
+++ b/
x.c
@@
-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();