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:
parent
96275a835d
commit
3d1a8028c2
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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user