summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2014-09-27 19:04:32 +0000
committerokan <okan>2014-09-27 19:04:32 +0000
commite9dbd150eaf14d230e7aa6191e5762b69e6b1241 (patch)
tree3dda3458403632fb2799f1548e06c600eabba3aa /group.c
parent319d90099d96e5f9d2b9b3ef182baf17a051a357 (diff)
downloadcwm-e9dbd150eaf14d230e7aa6191e5762b69e6b1241.tar.gz
cwm-e9dbd150eaf14d230e7aa6191e5762b69e6b1241.tar.xz
cwm-e9dbd150eaf14d230e7aa6191e5762b69e6b1241.zip
these have nothing to do with 'sticky', but rather group membership; rename.
Diffstat (limited to 'group.c')
-rw-r--r--group.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/group.c b/group.c
index 6194e58..c7933f0 100644
--- a/group.c
+++ b/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);