docs: update

This commit is contained in:
Dylan Araps 2019-10-14 10:58:48 +03:00
parent d2f7d00b5a
commit 2b62b6c855
1 changed files with 1 additions and 1 deletions

2
sowm.c
View File

@ -310,7 +310,7 @@ void map_request(XEvent *e) {
Window w = e->xmaprequest.window;
XSelectInput(d, w, PropertyChangeMask|StructureNotifyMask|
EnterWindowMask|FocusChangeMask);
EnterWindowMask|FocusChangeMask);
win_center(w);
XMapWindow(d, w);
FOC(w);