diff options
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -130,7 +130,6 @@ struct winname { TAILQ_ENTRY(winname) entry; char *name; }; -TAILQ_HEAD(name_q, winname); TAILQ_HEAD(ignore_q, winname); struct client_ctx { @@ -187,7 +186,6 @@ struct client_ctx { #define CLIENT_MAXIMIZED (CLIENT_VMAXIMIZED | CLIENT_HMAXIMIZED) int flags; int stackingorder; - struct name_q nameq; char *name; char *label; char *res_class; /* class hint */ @@ -307,7 +305,6 @@ struct conf { struct wm_q wmq; int ngroups; int stickygroups; - int nameqlen; int bwidth; int mamount; int snapdist; |