added pointer warp on drop in resize

This commit is contained in:
Anselm R. Garbe 2007-02-12 10:19:52 +01:00
parent fd995dac78
commit 7055315725
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ resizemouse(Client *c) {
switch(ev.type) {
case ButtonRelease:
resize(c, True);
XWarpPointer(dpy, None, c->win, 0, 0, 0, 0,
c->w + c->border - 1, c->h + c->border - 1);
XUngrabPointer(dpy, CurrentTime);
return;
case ConfigureRequest: