From 3d0aceb2fa9c227d1b1c1232f041cb59b54bcd31 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Mon, 2 Jun 2003 21:35:28 +0000 Subject: [PATCH] Don't assume that the latest mapped window is raised (Old svn revision: 11144) --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index af9aba6e5..e3db40f5b 100644 --- a/src/client.c +++ b/src/client.c @@ -2790,7 +2790,7 @@ clientFrame (Window w, gboolean initial) wc.height = c->height; clientConfigure (c, &wc, CWX | CWY | CWHeight | CWWidth, FALSE); clientApplyStackList (windows_stack); - last_raise = c; + /* last_raise = c; */ /* First map is used to bypass the caching system at first map */ c->first_map = TRUE; -- GitLab