From cb2297459cf6cd3e1e8ec8b19de2e7b5215754e2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Oct 2019 23:42:31 +0300 Subject: [PATCH] docs: update --- sowm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }