[client] Restack clients on manage

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-12 13:12:38 +02:00
parent 95e81c83e5
commit 0fd1779b3a

View file

@ -408,7 +408,7 @@ client_manage(xcb_window_t w, xcb_get_geometry_reply_t *wgeom, int screen)
/* Append client in history: it'll be last. */
focus_client_append(c);
/* Push client in stack */
stack_client_push(c);
client_raise(c);
widget_invalidate_cache(c->screen, WIDGET_CACHE_CLIENTS);
ewmh_update_net_client_list(c->phys_screen);