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
commitc700f7e19a1af8f488da3657c8c25d1eb8accd0a (patch)
tree74c10c8ca27413c9328e37a85e114383b1200f80 /mousefunc.c
parent2540b3f4fe34c6bc6ed0593e9c6d713d84b2c301 (diff)
parente9dbd150eaf14d230e7aa6191e5762b69e6b1241 (diff)
downloadcwm-c700f7e19a1af8f488da3657c8c25d1eb8accd0a.tar.gz
cwm-c700f7e19a1af8f488da3657c8c25d1eb8accd0a.tar.xz
cwm-c700f7e19a1af8f488da3657c8c25d1eb8accd0a.zip
cvsimport
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 a3d9c6a..00348f3 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