From 32dd324f77b7e17e3fbfda6b85c2cad6c47787ea Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 30 Jan 2014 14:40:21 +0000 Subject: Remove duplicate mouse functions and instead use the kbfunc ones. No user visable changes at this point, but they'll merge at an appropriate time. --- mousefunc.c | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'mousefunc.c') diff --git a/mousefunc.c b/mousefunc.c index 28b8e16..682fa51 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: mousefunc.c,v 1.69 2014/01/29 22:30:00 okan Exp $ + * $OpenBSD: mousefunc.c,v 1.70 2014/01/30 14:40:21 okan Exp $ */ #include @@ -178,31 +178,6 @@ mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg) group_sticky_toggle_enter(cc); } -void -mousefunc_client_lower(struct client_ctx *cc, union arg *arg) -{ - client_ptrsave(cc); - client_lower(cc); -} - -void -mousefunc_client_raise(struct client_ctx *cc, union arg *arg) -{ - client_raise(cc); -} - -void -mousefunc_client_hide(struct client_ctx *cc, union arg *arg) -{ - client_hide(cc); -} - -void -mousefunc_client_cyclegroup(struct client_ctx *cc, union arg *arg) -{ - group_cycle(cc->sc, arg->i); -} - void mousefunc_menu_group(struct client_ctx *cc, union arg *arg) { -- cgit v1.2.3-2-gb3c3