mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -05:00
ssd: eliminate ssd_hover_state (addressing a FIXME)
This commit is contained in:
parent
1188534876
commit
ba426e2271
8 changed files with 14 additions and 36 deletions
|
|
@ -173,12 +173,6 @@ struct ssd_part_button {
|
|||
struct wl_list link; /* ssd_titlebar_subtree.buttons_{left,right} */
|
||||
};
|
||||
|
||||
/* FIXME: This structure is redundant as ssd_part contains view */
|
||||
struct ssd_hover_state {
|
||||
struct view *view;
|
||||
struct ssd_part_button *button;
|
||||
};
|
||||
|
||||
struct wlr_buffer;
|
||||
struct wlr_scene_tree;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue