mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Chase wlroots: scene_node.state is now inlined
Chases wlroots cb2dbc327e4d695c2a60a386e116a7dc20b29107 wlr_scene: Inline wlr_scene_node_state
This commit is contained in:
parent
2ed7a10779
commit
08518513cc
8 changed files with 16 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue