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

View File

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