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:
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 |
|
||||
PropertyChangeMask | KeyReleaseMask);
|
||||
|
||||
XAddToSaveSet(X_Dpy, cc->win);
|
||||
|
||||
client_transient(cc);
|
||||
|
||||
/* Notify client of its configuration. */
|
||||
|
||||
Reference in New Issue
Block a user