I really need sleep... same bugfix again

This commit is contained in:
Kris Maglione 2006-05-31 11:51:07 -04:00
parent c65fdf160f
commit 63f0541bf7
1 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ do_mouse_resize(Client *c, BlitzAlign align)
if(align&SOUTH)
oy += py;
if(align&EAST)
ox += py;
ox += px;
if(align&WEST)
ox -= py;
ox -= px;
XWarpPointer(dpy, None, c->framewin, 0, 0, 0, 0, ox, oy);
XTranslateCoordinates(dpy, c->framewin, root, ox, oy, &ox, &oy, &dummy);