diff options
author | okan | 2016-10-24 17:16:23 +0000 |
---|---|---|
committer | okan | 2016-10-24 17:16:23 +0000 |
commit | 2e42cacbc2852535c15f8a6b7aaa7078d073ca26 (patch) | |
tree | f59f72172ee6e1d1271addd3c920f0c3ce5f5088 /calmwm.h | |
parent | bde8d76ba0ceed7d7f2a34525483b08d83208003 (diff) | |
download | cwm-2e42cacbc2852535c15f8a6b7aaa7078d073ca26.tar.gz |
Get rid of 'matchname'; it's too surprising to have the menu change during
client search as different potential str matches are cycled through. If there's
interest, the only string that doesn't exist in the listing is the window's
class - that can be added of course, but it makes the line too long imho.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.329 2016/10/18 17:03:30 okan Exp $ + * $OpenBSD: calmwm.h,v 1.330 2016/10/24 17:16:23 okan Exp $ */ #ifndef _CALMWM_H_ @@ -165,7 +165,6 @@ struct client_ctx { struct name_q nameq; char *name; char *label; - char *matchname; XClassHint ch; XWMHints *wmh; }; |