From 74383e31ced202e29ce96ce65722b16114f9085f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Wed, 7 Mar 2007 20:59:35 +0000 Subject: [PATCH] Place splash screen windows on the normal layer, so that dialogs that get mapped during startup have a chance to be placed above the splash screen. (Old svn revision: 25127) --- src/netwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netwm.c b/src/netwm.c index 4ce05a70a..075dbc125 100644 --- a/src/netwm.c +++ b/src/netwm.c @@ -1212,7 +1212,7 @@ clientWindowType (Client * c) { TRACE ("atom net_wm_window_type_splash detected"); c->type = WINDOW_SPLASHSCREEN; - c->initial_layer = WIN_LAYER_ABOVE_DOCK; + c->initial_layer = WIN_LAYER_NORMAL; FLAG_SET (c->flags, CLIENT_FLAG_SKIP_PAGER | CLIENT_FLAG_SKIP_TASKBAR); FLAG_UNSET (c->xfwm_flags, -- GitLab