client: add a DOCK layer

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-08 00:00:22 +02:00
parent 02c3e360a8
commit d439c5660e
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ client_layer_translator(client_t *c)
switch(c->type) switch(c->type)
{ {
case WINDOW_TYPE_DOCK: case WINDOW_TYPE_DOCK:
return LAYER_DESKTOP; return LAYER_ABOVE;
case WINDOW_TYPE_SPLASH: case WINDOW_TYPE_SPLASH:
case WINDOW_TYPE_DIALOG: case WINDOW_TYPE_DIALOG:
return LAYER_ABOVE; return LAYER_ABOVE;