Remove ColormaskChange from event-mask since there's no event handler.

This commit is contained in:
okan 2020-02-28 13:38:35 +00:00
parent 96275a835d
commit 3d1a8028c2
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ client_init(Window win, struct screen_ctx *sc, int active)
active = 1;
}
XSelectInput(X_Dpy, cc->win, ColormapChangeMask | EnterWindowMask |
PropertyChangeMask | KeyReleaseMask);
XSelectInput(X_Dpy, cc->win,
EnterWindowMask | PropertyChangeMask | KeyReleaseMask);
XAddToSaveSet(X_Dpy, cc->win);