diff options
| -rw-r--r-- | x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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(); | 
