applied Sanders patches
This commit is contained in:
parent
937cabfa0a
commit
7b5638f61d
8 changed files with 42 additions and 58 deletions
4
tag.c
4
tag.c
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue