cycle: add server->cycle_preview_tree

This doesn't change any behaviors.
This commit is contained in:
tokyo4j 2025-12-08 17:14:31 +09:00
parent a059fbb7cb
commit 07e0d53722
3 changed files with 21 additions and 22 deletions

View file

@ -237,6 +237,7 @@ struct server {
/* Tree for unmanaged xsurfaces without initialized view (usually popups) */
struct wlr_scene_tree *unmanaged_tree;
#endif
struct wlr_scene_tree *cycle_preview_tree;
/* Tree for built in menu */
struct wlr_scene_tree *menu_tree;