mirror of
https://github.com/0intro/wmii
synced 2024-11-23 06:11:21 +03:00
small fix
This commit is contained in:
parent
4d5ad01a01
commit
0c1060ee1c
@ -456,7 +456,6 @@ do_mouse_resize(Client *c, BlitzAlign align)
|
||||
XTranslateCoordinates(dpy, c->framewin, root, ev.xmotion.x,
|
||||
ev.xmotion.y, &px, &py, &dummy);
|
||||
draw_pseudo_border(&frect);
|
||||
if(!aidx)
|
||||
snap_resize(&frect, &origin, align, rects, num, px,
|
||||
ox, py, oy, snapw, snaph);
|
||||
draw_pseudo_border(&frect);
|
||||
|
Loading…
Reference in New Issue
Block a user