summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-09-01 18:04:58 +0000
committerokan <okan>2014-09-01 18:04:58 +0000
commitbecc7f260c1230def154a98b8f80829d466aa18c (patch)
tree58a1e36360065a0c37a7bb58e9de3285868df573 /calmwm.h
parent3b99d5357667095b3b89e2c41c2cb17d07537b42 (diff)
downloadcwm-becc7f260c1230def154a98b8f80829d466aa18c.tar.gz
cwm-becc7f260c1230def154a98b8f80829d466aa18c.tar.xz
cwm-becc7f260c1230def154a98b8f80829d466aa18c.zip
Merge group_menu into mousefunc_menu_group.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 203f882..5099f9e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -410,11 +410,13 @@ void			 client_wm_hints(struct client_ctx *);
 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_hidetoggle(struct screen_ctx *, int);
 void			 group_init(struct screen_ctx *);
-void			 group_menu(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_sticky(struct client_ctx *);
 void			 group_sticky_toggle_enter(struct client_ctx *);
 void			 group_sticky_toggle_exit(struct client_ctx *);