mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
we don't need to manage the save-set since we're not reparenting; left-over from pwin
This commit is contained in:
parent
09e07ddaaf
commit
e767ac9c65
2
client.c
2
client.c
@ -103,8 +103,6 @@ client_init(Window win, struct screen_ctx *sc, int mapped)
|
|||||||
XSelectInput(X_Dpy, cc->win, ColormapChangeMask | EnterWindowMask |
|
XSelectInput(X_Dpy, cc->win, ColormapChangeMask | EnterWindowMask |
|
||||||
PropertyChangeMask | KeyReleaseMask);
|
PropertyChangeMask | KeyReleaseMask);
|
||||||
|
|
||||||
XAddToSaveSet(X_Dpy, cc->win);
|
|
||||||
|
|
||||||
client_transient(cc);
|
client_transient(cc);
|
||||||
|
|
||||||
/* Notify client of its configuration. */
|
/* Notify client of its configuration. */
|
||||||
|
Loading…
Reference in New Issue
Block a user