summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-09-07 20:57:26 +0000
committerokan <okan>2014-09-07 20:57:26 +0000
commit5b46f0f7d8c6bb97f6eef28ee21d762fb65e9c88 (patch)
treef818083d99a4113fe47858dfb5a92604cb92e110 /calmwm.h
parent3d12b6d1d940d40c1298ae03e519c8ac4a9a1407 (diff)
downloadcwm-5b46f0f7d8c6bb97f6eef28ee21d762fb65e9c88.tar.gz
cwm-5b46f0f7d8c6bb97f6eef28ee21d762fb65e9c88.tar.xz
cwm-5b46f0f7d8c6bb97f6eef28ee21d762fb65e9c88.zip
Add screen_ctx to group_ctx, and populate on init.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 31f9165..6ab92e0 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -203,6 +203,7 @@ TAILQ_HEAD(cycle_entry_q, client_ctx);
 
 struct group_ctx {
 	TAILQ_ENTRY(group_ctx)	 entry;
+	struct screen_ctx	*sc;
 	struct client_ctx_q	 clients;
 	char			*name;
 	int			 num;