docs: update

This commit is contained in:
Dylan Araps 2019-10-11 23:42:31 +03:00
parent c02e4b790a
commit cb2297459c
1 changed files with 1 additions and 1 deletions

2
sowm.c
View File

@ -228,7 +228,7 @@ void win_update() {
}
void notify_enter(XEvent *e) {
XCrossingEvent *ev = &e->xcrossing;
XCrossingEvent *ev = &e->xcrossing;
XSetInputFocus(dis, ev->window, RevertToParent, CurrentTime);
}