about summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2013-12-11 22:14:23 +0000
committerokan <okan>2013-12-11 22:14:23 +0000
commite767ac9c6556d04c346b89e8d47d721c38cc366e (patch)
tree511d3b306725d44fc04fab2acb34e920a3e4e889
parent09e07ddaafe617fccd7c7ac98004d300e1cd8cba (diff)
downloadcwm-e767ac9c6556d04c346b89e8d47d721c38cc366e.tar.gz
cwm-e767ac9c6556d04c346b89e8d47d721c38cc366e.tar.xz
cwm-e767ac9c6556d04c346b89e8d47d721c38cc366e.zip
we don't need to manage the save-set since we're not reparenting; left-over from pwin
-rw-r--r--client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.c b/client.c
index 135cef1..a601805 100644
--- a/client.c
+++ b/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. */