summary refs log tree commit diff
path: root/mousefunc.c
diff options
context:
space:
mode:
authorokan <okan>2014-09-08 13:51:29 +0000
committerokan <okan>2014-09-08 13:51:29 +0000
commita7f3f29ea91dc06ad326d22a161f046aab03697e (patch)
tree28a408387396275748a0ee7e5a2247ec2679c19a /mousefunc.c
parent5b46f0f7d8c6bb97f6eef28ee21d762fb65e9c88 (diff)
downloadcwm-a7f3f29ea91dc06ad326d22a161f046aab03697e.tar.gz
cwm-a7f3f29ea91dc06ad326d22a161f046aab03697e.tar.xz
cwm-a7f3f29ea91dc06ad326d22a161f046aab03697e.zip
Now that a group knows its screen, only pass down the group_ctx.
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 2499ae1..421b743 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -201,7 +201,7 @@ mousefunc_menu_group(struct client_ctx *cc, union arg *arg)
 	    NULL, NULL)) != NULL) {
 		gc = (struct group_ctx *)mi->ctx;
 		(group_hidden_state(gc)) ?
-		    group_show(sc, gc) : group_hide(sc, gc);
+		    group_show(gc) : group_hide(gc);
 	}
 
 	menuq_clear(&menuq);