summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-09-17 16:32:53 +0000
committerokan <okan>2014-09-17 16:32:53 +0000
commit736d973f4668d0c2db37b54c3ecfd41aa6e5ca39 (patch)
treee669779919a839debde49440d87504f2b8f16a67 /calmwm.h
parent7eef4eb63d7d2b2295091e6c1ccb68449e5a05e5 (diff)
downloadcwm-736d973f4668d0c2db37b54c3ecfd41aa6e5ca39.tar.gz
cwm-736d973f4668d0c2db37b54c3ecfd41aa6e5ca39.tar.xz
cwm-736d973f4668d0c2db37b54c3ecfd41aa6e5ca39.zip
Use a similarly named check as sticky for hidden check in a group.
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 639e3ca..616839b 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -406,9 +406,9 @@ 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 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_movetogroup(struct client_ctx *, int);