mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Add highlight/shadow controls for beveled items
This commit is contained in:
parent
6dffb80d6a
commit
b2803b8f4d
14 changed files with 173 additions and 19 deletions
|
|
@ -38,7 +38,9 @@ update_preview_outlines(struct view *view)
|
|||
.nr_borders = 3,
|
||||
.border_width = theme->osd_window_switcher_preview_border_width,
|
||||
.border_type = theme->osd_border_type,
|
||||
.bevel_width = theme->osd_border_bevel_width
|
||||
.bevel_width = theme->osd_border_bevel_width,
|
||||
.highlight = theme->osd_highlight,
|
||||
.shadow = theme->osd_shadow
|
||||
};
|
||||
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