mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Handle the highlights on the window switcher with a different bevel that doesn't involve leaving crumbs
This commit is contained in:
parent
8c46add98a
commit
25b5ad08e4
7 changed files with 42 additions and 27 deletions
|
|
@ -37,6 +37,7 @@ update_preview_outlines(struct view *view)
|
|||
},
|
||||
.nr_borders = 3,
|
||||
.border_width = theme->osd_window_switcher_preview_border_width,
|
||||
.beveled = 1, // Checked
|
||||
};
|
||||
rect = lab_scene_rect_create(&server.scene->tree, &opts);
|
||||
wlr_scene_node_place_above(&rect->tree->node,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue