osd: show preview for windows on other workspaces

Written-by: @Consolatis
This commit is contained in:
Johan Malm 2024-03-05 21:01:39 +00:00
parent 6baa8a2d29
commit 2a9eaa1130
2 changed files with 17 additions and 1 deletions

View file

@ -328,6 +328,7 @@ struct server {
struct view *cycle_view;
bool preview_was_enabled;
struct wlr_scene_node *preview_node;
struct wlr_scene_tree *preview_parent;
struct wlr_scene_node *preview_anchor;
struct multi_rect *preview_outline;
} osd_state;