summary refs log tree commit diff
path: root/mousefunc.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 /mousefunc.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 'mousefunc.c')
-rw-r--r--mousefunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mousefunc.c b/mousefunc.c
index cc3047e..1f3cf34 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -174,7 +174,7 @@ mousefunc_client_move(struct client_ctx *cc, union arg *arg)
 void
 mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg)
 {
-	group_sticky_toggle_enter(cc);
+	group_toggle_membership_enter(cc);
 }
 
 void