[Xfce4-commits] r25129 - xfwm4/branches/xfce_4_4/src

Olivier Fourdan olivier at xfce.org
Wed Mar 7 22:01:50 CET 2007


Author: olivier
Date: 2007-03-07 21:01:50 +0000 (Wed, 07 Mar 2007)
New Revision: 25129

Modified:
   xfwm4/branches/xfce_4_4/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/branches/xfce_4_4/src/netwm.c
===================================================================
--- xfwm4/branches/xfce_4_4/src/netwm.c	2007-03-07 21:01:06 UTC (rev 25128)
+++ xfwm4/branches/xfce_4_4/src/netwm.c	2007-03-07 21:01:50 UTC (rev 25129)
@@ -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