diff options
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3237,7 +3237,7 @@ xclear(int x1, int y1, int x2, int y2) | |||
3237 | void | 3237 | void |
3238 | xhints(void) | 3238 | xhints(void) |
3239 | { | 3239 | { |
3240 | XClassHint class = {opt_class ? opt_class : termname, termname}; | 3240 | XClassHint class = {termname, opt_class ? opt_class : termname}; |
3241 | XWMHints wm = {.flags = InputHint, .input = 1}; | 3241 | XWMHints wm = {.flags = InputHint, .input = 1}; |
3242 | XSizeHints *sizeh = NULL; | 3242 | XSizeHints *sizeh = NULL; |
3243 | 3243 | ||