summaryrefslogtreecommitdiff
path: root/src/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.c')
-rw-r--r--src/stack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stack.c b/src/stack.c
index cf70f12b..37834aec 100644
--- a/src/stack.c
+++ b/src/stack.c
@@ -269,6 +269,10 @@ compute_layer (MetaWindow *window)
/* still experimenting here */
window->layer = META_LAYER_NORMAL;
break;
+
+ case META_WINDOW_SPLASHSCREEN:
+ window->layer = META_LAYER_SPLASH;
+ break;
default:
window->layer = META_LAYER_NORMAL;