mirror of
https://github.com/swaywm/sway.git
synced 2026-02-23 01:40:27 -05:00
scene_graph: Port layer_shell
This commit is contained in:
parent
5b8b505af5
commit
188811f808
9 changed files with 258 additions and 644 deletions
|
|
@ -40,10 +40,15 @@ struct sway_root {
|
|||
struct wlr_scene_tree *layer_tree;
|
||||
|
||||
struct {
|
||||
struct wlr_scene_tree *shell_background;
|
||||
struct wlr_scene_tree *shell_bottom;
|
||||
struct wlr_scene_tree *tiling;
|
||||
struct wlr_scene_tree *floating;
|
||||
struct wlr_scene_tree *shell_top;
|
||||
struct wlr_scene_tree *fullscreen;
|
||||
struct wlr_scene_tree *fullscreen_global;
|
||||
struct wlr_scene_tree *shell_overlay;
|
||||
struct wlr_scene_tree *popup;
|
||||
struct wlr_scene_tree *seat;
|
||||
struct wlr_scene_tree *session_lock;
|
||||
} layers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue