mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
scene_graph: Port layer_shell
This commit is contained in:
parent
5b8b505af5
commit
188811f808
9 changed files with 258 additions and 644 deletions
|
|
@ -94,6 +94,12 @@ struct sway_node *node_at_coords(
|
|||
}
|
||||
}
|
||||
|
||||
if (scene_descriptor_try_get(current, SWAY_SCENE_DESC_LAYER_SHELL)) {
|
||||
// We don't want to feed through the current workspace on
|
||||
// layer shells
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (!current->parent) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue