[hackers] [st] Fixing the XClassHint setting in st. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Sun, 20 Dec 2015 01:44:08 +0100 (CET)

commit ff241199edc7631d6599c22414ef6823059a1072
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Sun Dec 20 01:43:32 2015 +0100
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Sun Dec 20 01:43:32 2015 +0100

    Fixing the XClassHint setting in st.

diff --git a/st.c b/st.c
index c5d62c1..dc428ab 100644
--- a/st.c
+++ b/st.c
_AT_@ -3237,7 +3237,7 @@ xclear(int x1, int y1, int x2, int y2)
 void
 xhints(void)
 {
- XClassHint class = {opt_class ? opt_class : termname, termname};
+ XClassHint class = {termname, opt_class ? opt_class : termname};
         XWMHints wm = {.flags = InputHint, .input = 1};
         XSizeHints *sizeh = NULL;
 
Received on Sun Dec 20 2015 - 01:44:08 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 20 2015 - 01:48:13 CET