Remove reversed border at swap in mouse_move
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user