From 34f43e3f2d34874cd2e7d8c81d6b8814f8292de6 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 20 Jan 2014 22:31:53 +0000 Subject: Use argument to pass down flags for mousefunc cyclegroup; removes rcyclegroup wrapper need - now similar to kbfunc. --- mousefunc.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'mousefunc.c') diff --git a/mousefunc.c b/mousefunc.c index b96517d..72953b2 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -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 -- cgit 1.4.1