diff options
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -780,7 +780,7 @@ xhints(void) | |||
780 | XClassHint class = {opt_name ? opt_name : termname, | 780 | XClassHint class = {opt_name ? opt_name : termname, |
781 | opt_class ? opt_class : termname}; | 781 | opt_class ? opt_class : termname}; |
782 | XWMHints wm = {.flags = InputHint, .input = 1}; | 782 | XWMHints wm = {.flags = InputHint, .input = 1}; |
783 | XSizeHints *sizeh = NULL; | 783 | XSizeHints *sizeh; |
784 | 784 | ||
785 | sizeh = XAllocSizeHints(); | 785 | sizeh = XAllocSizeHints(); |
786 | 786 | ||