summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-09-08 21:15:14 +0000
committerokan <okan>2014-09-08 21:15:14 +0000
commitaac16013d21fd14ac9e570ffee91a591987c50d1 (patch)
tree6b8c3db570271fc8999dc84cb3f87bab2427be33 /calmwm.h
parentb64ce8558c8077716776758390864eaef9cfd5b5 (diff)
downloadcwm-aac16013d21fd14ac9e570ffee91a591987c50d1.tar.gz
cwm-aac16013d21fd14ac9e570ffee91a591987c50d1.tar.xz
cwm-aac16013d21fd14ac9e570ffee91a591987c50d1.zip
name the group client queue appropriately, like other queues
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 243be98..252ba3d 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -202,7 +202,7 @@ TAILQ_HEAD(client_ctx_q, client_ctx);
 struct group_ctx {
 	TAILQ_ENTRY(group_ctx)	 entry;
 	struct screen_ctx	*sc;
-	struct client_ctx_q	 clients;
+	struct client_ctx_q	 clientq;
 	char			*name;
 	int			 num;
 };