mirror of https://github.com/0intro/wmii
Generate a ClientFocus event on focus_area
This commit is contained in:
parent
b62b14901c
commit
7e317d31c1
2
area.c
2
area.c
|
@ -349,6 +349,8 @@ focus_area(Area *a) {
|
|||
write_event("ColumnFocus %d\n", i);
|
||||
else
|
||||
write_event("FocusFloating\n");
|
||||
if(a->frame)
|
||||
write_event("ClientFocus 0x%x\n", a->sel->client->win);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue