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 committed by Johan Malm
parent dfe428ae14
commit 8ad96c0410
3 changed files with 21 additions and 22 deletions

View file

@ -238,6 +238,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;