applied Sanders resize patch, fixed lower bug
This commit is contained in:
2
main.c
2
main.c
@ -24,7 +24,7 @@ static void
|
||||
cleanup()
|
||||
{
|
||||
while(sel) {
|
||||
resize(sel, True);
|
||||
resize(sel, True, TopLeft);
|
||||
unmanage(sel);
|
||||
}
|
||||
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
|
||||
|
Reference in New Issue
Block a user