Remove ColormaskChange from event-mask since there's no event handler.
This commit is contained in:
4
client.c
4
client.c
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user