mirror of
https://github.com/0intro/wmii
synced 2025-03-01 12:44:05 +03:00
I really need sleep... same bugfix again
This commit is contained in:
parent
c65fdf160f
commit
63f0541bf7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user