aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2013-12-11 22:14:23 +0000
committerokan2013-12-11 22:14:23 +0000
commit6c88180fdca79679ce61523647585749c0e7476d (patch)
tree96471fe1a141a6a3203bb05aa91586cfbc42b92f
parent7b85687e61c5c5ca999fb514a062d42ece304fa1 (diff)
downloadcwm-6c88180fdca79679ce61523647585749c0e7476d.tar.gz
we don't need to manage the save-set since we're not reparenting; left-over from pwin
Diffstat (limited to '')
-rw-r--r--client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/client.c b/client.c
index fed24af..f63a66a 100644
--- a/client.c
+++ b/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. */