mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
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;
|
||||
}
|
||||
|
||||
XSelectInput(X_Dpy, cc->win, ColormapChangeMask | EnterWindowMask |
|
||||
PropertyChangeMask | KeyReleaseMask);
|
||||
XSelectInput(X_Dpy, cc->win,
|
||||
EnterWindowMask | PropertyChangeMask | KeyReleaseMask);
|
||||
|
||||
XAddToSaveSet(X_Dpy, cc->win);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user