Make sure we cycle through existing client's group membership and set

the hidden state on the group; important to know group hidden state
after a re-exec or restart of cwm (as easily seen in group menu).
This commit is contained in:
okan
2014-02-08 02:49:30 +00:00
3 changed files with 11 additions and 0 deletions

View File

@@ -415,6 +415,7 @@ 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_set_state(struct screen_ctx *);
void group_sticky(struct client_ctx *);
void group_sticky_toggle_enter(struct client_ctx *);
void group_sticky_toggle_exit(struct client_ctx *);