From 1ff8db6e81b7cb2e97aba3b2a18f6fcade20b1e4 Mon Sep 17 00:00:00 2001 From: seanpringle Date: Tue, 4 Sep 2012 11:22:30 +1000 Subject: [PATCH] clear tag on map --- xoat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xoat.c b/xoat.c index 9c1a488..b0ceb0d 100644 --- a/xoat.c +++ b/xoat.c @@ -681,6 +681,7 @@ void map_request(XMapEvent *e) c->monitor = monitor; client_spot(c, spot, 0); client_review(c); + client_set_tags(c); } client_free(c); XMapWindow(display, e->window);