summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2019-03-07 13:14:41 +0000
committerokan <okan>2019-03-07 13:14:41 +0000
commitaa79351d2e85e04add3ad684f15528f2efcba46a (patch)
tree422ca79802fb01eb8d1522bfe55a0b6f09db8fb0 /calmwm.h
parentb26202724a342b596692b5e9b1f47c7c491a1934 (diff)
downloadcwm-aa79351d2e85e04add3ad684f15528f2efcba46a.tar.gz
cwm-aa79351d2e85e04add3ad684f15528f2efcba46a.tar.xz
cwm-aa79351d2e85e04add3ad684f15528f2efcba46a.zip
gc clientq inside groups, instead use the better maintained one per-screen
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 14ef4f4..089a9a2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -121,7 +121,6 @@ TAILQ_HEAD(ignore_q, winname);
 
 struct client_ctx {
 	TAILQ_ENTRY(client_ctx)	 entry;
-	TAILQ_ENTRY(client_ctx)	 group_entry;
 	struct screen_ctx	*sc;
 	struct group_ctx	*gc;
 	Window			 win;
@@ -187,7 +186,6 @@ struct group_ctx {
 	struct screen_ctx	*sc;
 	char			*name;
 	int			 num;
-	struct client_q		 clientq;
 };
 TAILQ_HEAD(group_q, group_ctx);