Mouse: Fixed tile client movement bug.

This commit is contained in:
Martin Duquesnoy
2009-06-15 17:04:10 +02:00
parent bca4aeb6bb
commit 519b3d7058

View File

@@ -142,10 +142,11 @@ mouse_move(Client *c)
/* One time again to delete all the trace on the window */
if(!c->tile)
{
mouse_dragborder(geo, gci);
client_moveresize(c, geo, False);
frame_update(c);
client_moveresize(c, geo, False);
frame_update(c);
}
client_update_attributes(c);
XUngrabPointer(dpy, CurrentTime);