labwc/src/ssd
Consolatis 59c95ceb26 src/ssd/ssd_part.c: ensure button is found
This fixes an issue detected by the static analyzer.
It currently is not a real bug but it could become
one in the future if `add_toggled_icon()` is called
before `add_scene_button()`.

Rather than having `add_toggled_icon()` go through
the list, find the root button and then fetch its
node descriptor just supply the button as argument.
2024-04-10 08:14:59 +02:00
..
meson.build Add window resize indicator 2023-08-19 18:37:16 +02:00
resize_indicator.c common: render text buffers with opaque background 2024-03-17 19:09:53 +00:00
ssd.c feat: add Shade/Unshade/ToggleShade actions 2024-01-15 21:37:36 +00:00
ssd_border.c feat: add Shade/Unshade/ToggleShade actions 2024-01-15 21:37:36 +00:00
ssd_extents.c src/ssd: allow invisible resize area across outputs 2024-02-06 17:24:21 +01:00
ssd_part.c src/ssd/ssd_part.c: ensure button is found 2024-04-10 08:14:59 +02:00
ssd_titlebar.c src/ssd/ssd_part.c: ensure button is found 2024-04-10 08:14:59 +02:00