redraw the border when unhiding a client window. fixes the situation where

you change to a different group and the mouse isn't over a window; previously
the border of the previously active window was highlighted but it didn't
actually have focus.

reads ok to oga@.
This commit is contained in:
sthen 2009-05-17 16:51:43 +00:00
parent 29cdc29c6e
commit 6df7cba24e

View File

@ -396,6 +396,7 @@ client_unhide(struct client_ctx *cc)
cc->highlight = 0;
cc->flags &= ~CLIENT_HIDDEN;
xu_setstate(cc, NormalState);
client_draw_border(cc);
}
void