summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-09-08 13:51:29 +0000
committerokan <okan>2014-09-08 13:51:29 +0000
commita7f3f29ea91dc06ad326d22a161f046aab03697e (patch)
tree28a408387396275748a0ee7e5a2247ec2679c19a /calmwm.h
parent5b46f0f7d8c6bb97f6eef28ee21d762fb65e9c88 (diff)
downloadcwm-a7f3f29ea91dc06ad326d22a161f046aab03697e.tar.gz
cwm-a7f3f29ea91dc06ad326d22a161f046aab03697e.tar.xz
cwm-a7f3f29ea91dc06ad326d22a161f046aab03697e.zip
Now that a group knows its screen, only pass down the group_ctx.
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 6ab92e0..f4a79db 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -408,12 +408,12 @@ void			 group_alltoggle(struct screen_ctx *);
 void			 group_autogroup(struct client_ctx *);
 void			 group_cycle(struct screen_ctx *, int);
 int			 group_hidden_state(struct group_ctx *);
-void			 group_hide(struct screen_ctx *, struct group_ctx *);
+void			 group_hide(struct group_ctx *);
 void			 group_hidetoggle(struct screen_ctx *, int);
 void			 group_init(struct screen_ctx *);
 void			 group_movetogroup(struct client_ctx *, int);
 void			 group_only(struct screen_ctx *, int);
-void			 group_show(struct screen_ctx *, struct group_ctx *);
+void			 group_show(struct group_ctx *);
 void			 group_sticky(struct client_ctx *);
 void			 group_sticky_toggle_enter(struct client_ctx *);
 void			 group_sticky_toggle_exit(struct client_ctx *);