[Xfce4-commits] r25127 - xfwm4/trunk/src

Olivier Fourdan olivier at xfce.org
Wed Mar 7 21:59:35 CET 2007


Author: olivier
Date: 2007-03-07 20:59:35 +0000 (Wed, 07 Mar 2007)
New Revision: 25127

Modified:
   xfwm4/trunk/src/netwm.c
Log:
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.

Modified: xfwm4/trunk/src/netwm.c
===================================================================
--- xfwm4/trunk/src/netwm.c	2007-03-07 18:36:25 UTC (rev 25126)
+++ xfwm4/trunk/src/netwm.c	2007-03-07 20:59:35 UTC (rev 25127)
@@ -1212,7 +1212,7 @@
         {
             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,



More information about the Xfce4-commits mailing list