mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src/osd.c: Add preview outlines
This commit is contained in:
parent
fb36463c34
commit
b39020213a
2 changed files with 34 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue