Remove reversed border at swap in mouse_move

This commit is contained in:
Martin Duquesnoy
2012-01-12 21:18:50 +01:00
parent 55e80847b5
commit 1774ca022e

View File

@@ -109,7 +109,10 @@ mouse_move(struct client *c)
} while(ev.type != ButtonRelease);
if(c2 && c2 != c)
{
_REV_SBORDER(c2);
client_swap2(c, c2);
}
XUngrabServer(W->dpy);
}