applied sumik's multihead patch
This commit is contained in:
parent
4bd0d33f57
commit
fde45ebed8
3 changed files with 13 additions and 6 deletions
2
client.c
2
client.c
|
@ -49,6 +49,8 @@ ban(Client *c)
|
|||
void
|
||||
focus(Client *c)
|
||||
{
|
||||
if (!issel)
|
||||
return;
|
||||
Client *old = sel;
|
||||
XEvent ev;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue