docs: update

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

2
sowm.c
View File

@ -114,7 +114,7 @@ void win_add(Window w) {
c->win = w;
cur = c;
XSelectInput(dis, w, PropertyChangeMask|StructureNotifyMask|
XSelectInput(dis, w, PropertyChangeMask|StructureNotifyMask|
EnterWindowMask|FocusChangeMask);
}