these have nothing to do with 'sticky', but rather group membership; rename.
This commit is contained in:
7
group.c
7
group.c
@@ -162,11 +162,8 @@ group_movetogroup(struct client_ctx *cc, int idx)
|
||||
group_assign(gc, cc);
|
||||
}
|
||||
|
||||
/*
|
||||
* Colouring for groups upon add/remove.
|
||||
*/
|
||||
void
|
||||
group_sticky_toggle_enter(struct client_ctx *cc)
|
||||
group_toggle_membership_enter(struct client_ctx *cc)
|
||||
{
|
||||
struct screen_ctx *sc = cc->sc;
|
||||
struct group_ctx *gc = sc->group_active;
|
||||
@@ -183,7 +180,7 @@ group_sticky_toggle_enter(struct client_ctx *cc)
|
||||
}
|
||||
|
||||
void
|
||||
group_sticky_toggle_exit(struct client_ctx *cc)
|
||||
group_toggle_membership_leave(struct client_ctx *cc)
|
||||
{
|
||||
cc->flags &= ~CLIENT_HIGHLIGHT;
|
||||
client_draw_border(cc);
|
||||
|
||||
Reference in New Issue
Block a user