diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2013-12-11 22:14:24 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2013-12-11 22:14:24 +0000 |
commit | be4865f46a007520771f3613dc04b5be655adbb4 (patch) | |
tree | 0c88874540562daf9e19702bb28809dae84a71fd | |
parent | a82b55a00be9d8a839a93634457e0bf5cc64a6ce (diff) |
we don't need to manage the save-set since we're not reparenting; left-over from pwin
-rw-r--r-- | app/cwm/client.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c index fed24af56..f63a66a6a 100644 --- a/app/cwm/client.c +++ b/app/cwm/client.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: client.c,v 1.158 2013/12/11 17:23:31 okan Exp $ + * $OpenBSD: client.c,v 1.159 2013/12/11 22:14:23 okan Exp $ */ #include <sys/param.h> @@ -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. */ |