Now that a group knows its screen, only pass down the group_ctx.

This commit is contained in:
okan
2014-09-08 13:51:29 +00:00
parent 5b46f0f7d8
commit a7f3f29ea9
3 changed files with 19 additions and 19 deletions

View File

@ -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);