From 1d68f0683a784420b5a6ec0b8f1622b6ccd5fcc7 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 10 Dec 2013 21:27:37 +0000 Subject: Redraw client border when unhiding; during a hide, we just unset the active flag but never redraw since it'll be in IconicState. Behaviour reported by sthen@ --- client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client.c b/client.c index 9834757..d6019f6 100644 --- a/client.c +++ b/client.c @@ -471,6 +471,7 @@ client_unhide(struct client_ctx *cc) cc->flags &= ~CLIENT_HIDDEN; cc->state = NormalState; xu_set_wm_state(cc->win, cc->state); + client_draw_border(cc); } void -- cgit 1.4.1