src/osd.c: Add preview outlines

This commit is contained in:
Consolatis 2022-07-04 20:15:03 +02:00 committed by Johan Malm
parent fb36463c34
commit b39020213a
2 changed files with 34 additions and 0 deletions

View file

@ -202,6 +202,8 @@ struct server {
/* Tree for built in menu */
struct wlr_scene_tree *menu_tree;
struct multi_rect *osd_preview_outline;
/* Workspaces */
struct wl_list workspaces; /* struct workspace.link */
struct workspace *workspace_current;