This commit is contained in:
Johan Malm 2023-10-02 19:47:59 +01:00 committed by Johan Malm
parent c7c8b373b5
commit db41b5eec0
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ struct ssd_button {
struct ssd_sub_tree {
struct wlr_scene_tree *tree;
struct wl_list parts; /* ssd_part::link */
struct wl_list parts; /* ssd_part.link */
};
struct ssd_state_title_width {