summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-10-08 15:31:01 +0000
committerokan <okan>2014-10-08 15:31:01 +0000
commit501aa2bcf364c2fbe29ede6ee8799aa4826a793c (patch)
tree8a0967e51d780b422f19761582c1346678bf8084 /calmwm.h
parentc700f7e19a1af8f488da3657c8c25d1eb8accd0a (diff)
parent9cada703b9772c5d9738c9bfa632e57678174025 (diff)
downloadcwm-501aa2bcf364c2fbe29ede6ee8799aa4826a793c.tar.gz
cwm-501aa2bcf364c2fbe29ede6ee8799aa4826a793c.tar.xz
cwm-501aa2bcf364c2fbe29ede6ee8799aa4826a793c.zip
cvsimport
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index f6779a5..023c8f9 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -221,9 +221,9 @@ TAILQ_HEAD(client_ctx_q, client_ctx);
 struct group_ctx {
 	TAILQ_ENTRY(group_ctx)	 entry;
 	struct screen_ctx	*sc;
-	struct client_ctx_q	 clientq;
 	char			*name;
 	int			 num;
+	struct client_ctx_q	 clientq;
 };
 TAILQ_HEAD(group_ctx_q, group_ctx);
 
@@ -429,7 +429,7 @@ void			 group_hide(struct group_ctx *);
 void			 group_hidetoggle(struct screen_ctx *, int);
 int			 group_holds_only_hidden(struct group_ctx *);
 int			 group_holds_only_sticky(struct group_ctx *);
-void			 group_init(struct screen_ctx *);
+void			 group_init(struct screen_ctx *, int);
 void			 group_movetogroup(struct client_ctx *, int);
 void			 group_only(struct screen_ctx *, int);
 void			 group_show(struct group_ctx *);