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 committed by Consolatis
parent 72a41058af
commit 4d68ee424a
2 changed files with 17 additions and 1 deletions

View file

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