From 2f208a19e61566919979d1145da6bfc8e51e4595 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 7 Aug 2012 14:16:25 +0300 Subject: remove extra empty line - ignore --- monsterwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/monsterwm.c b/monsterwm.c index 8995aff..ca5be67 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -732,7 +732,6 @@ void mousemotion(const Arg *arg) { if (XGrabPointer(dis, root, False, BUTTONMASK|PointerMotionMask, GrabModeAsync, GrabModeAsync, None, None, CurrentTime) != GrabSuccess) return; - if (!d->curr->isfloat && !d->curr->istrans) { d->curr->isfloat = True; tile(d); focus(d->curr, d); } do { -- cgit v1.3.1