we don't need to manage the save-set since we're not reparenting; left-over from pwin

This commit is contained in:
okan 2013-12-11 22:14:23 +00:00
parent 09e07ddaaf
commit e767ac9c65

View File

@ -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. */