applied Sanders patches

This commit is contained in:
arg@10ksloc.org
2006-08-01 12:32:33 +02:00
parent 937cabfa0a
commit 7b5638f61d
8 changed files with 42 additions and 58 deletions

4
tag.c
View File

@ -67,6 +67,8 @@ dofloat(Arg *arg)
higher(sel);
focus(sel);
}
else
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
}
drawall();
}
@ -130,6 +132,8 @@ dotile(Arg *arg)
higher(sel);
focus(sel);
}
else
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
}
drawall();
}