mirror of
https://github.com/labwc/labwc.git
synced 2026-03-31 07:11:19 -04:00
osd-classic: initialize struct fields in order
This commit is contained in:
parent
1b22bf3d5a
commit
10a3281322
1 changed files with 1 additions and 1 deletions
|
|
@ -193,9 +193,9 @@ cycle_osd_classic_create(struct output *output)
|
||||||
/* Highlight around selected window's item */
|
/* Highlight around selected window's item */
|
||||||
struct lab_scene_rect_options highlight_opts = {
|
struct lab_scene_rect_options highlight_opts = {
|
||||||
.border_colors = (float *[1]) {active_border_color},
|
.border_colors = (float *[1]) {active_border_color},
|
||||||
.bg_color = active_bg_color,
|
|
||||||
.nr_borders = 1,
|
.nr_borders = 1,
|
||||||
.border_width = switcher_theme->item_active_border_width,
|
.border_width = switcher_theme->item_active_border_width,
|
||||||
|
.bg_color = active_bg_color,
|
||||||
.width = w - 2 * padding,
|
.width = w - 2 * padding,
|
||||||
.height = switcher_theme->item_height,
|
.height = switcher_theme->item_height,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue