diff --git a/sowm.c b/sowm.c index 5371060..73d80cc 100644 --- a/sowm.c +++ b/sowm.c @@ -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); }