mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-06 07:02:01 -07:00
docs: update
This commit is contained in:
2
sowm.c
2
sowm.c
@@ -228,7 +228,7 @@ void win_update() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void notify_enter(XEvent *e) {
|
void notify_enter(XEvent *e) {
|
||||||
XCrossingEvent *ev = &e->xcrossing;
|
XCrossingEvent *ev = &e->xcrossing;
|
||||||
XSetInputFocus(dis, ev->window, RevertToParent, CurrentTime);
|
XSetInputFocus(dis, ev->window, RevertToParent, CurrentTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user