Chase wlroots: scene_node.state is now inlined

Chases wlroots cb2dbc327e4d695c2a60a386e116a7dc20b29107
wlr_scene: Inline wlr_scene_node_state
This commit is contained in:
Consolatis 2022-06-05 15:55:18 +02:00 committed by Johan Malm
parent 2ed7a10779
commit 08518513cc
8 changed files with 16 additions and 16 deletions

View file

@ -435,7 +435,7 @@ menu_configure(struct menu *menu, int lx, int ly, enum menu_align align)
} else {
new_lx = lx;
}
rel_y = item->tree->node.state.y;
rel_y = item->tree->node.y;
new_ly = ly + rel_y - theme->menu_overlap_y;
menu_configure(item->submenu, new_lx, new_ly, align);
}