Use a similarly named check as sticky for hidden check in a group.

This commit is contained in:
okan
2014-09-17 16:32:53 +00:00
parent 7eef4eb63d
commit 736d973f46
3 changed files with 8 additions and 12 deletions

View File

@@ -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);