diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-08-07 14:16:25 +0300 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-08-07 14:16:25 +0300 |
| commit | 2f208a19e61566919979d1145da6bfc8e51e4595 (patch) | |
| tree | f1af0fc04b5b636abedae29f0260cb5b15ebad9a | |
| parent | 6c3866500b64be55c90c1b6811b5e2a0faea1211 (diff) | |
remove extra empty line - ignore
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |
