Use argument to pass down flags for mousefunc cyclegroup; removes

rcyclegroup wrapper need - now similar to kbfunc.
This commit is contained in:
okan
2014-01-20 22:31:53 +00:00
parent d91571c567
commit 34f43e3f2d
3 changed files with 5 additions and 12 deletions

View File

@ -200,13 +200,7 @@ mousefunc_client_hide(struct client_ctx *cc, union arg *arg)
void
mousefunc_client_cyclegroup(struct client_ctx *cc, union arg *arg)
{
group_cycle(cc->sc, CWM_CYCLE);
}
void
mousefunc_client_rcyclegroup(struct client_ctx *cc, union arg *arg)
{
group_cycle(cc->sc, CWM_RCYCLE);
group_cycle(cc->sc, arg->i);
}
void