mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
final spacing cleanups?
This commit is contained in:
parent
b1f9619822
commit
387555f780
1 changed files with 8 additions and 8 deletions
|
|
@ -1187,9 +1187,9 @@ menu_free(struct menu *menu)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Destroying the root node will destroy everything,
|
* Destroying the root node will destroy everything,
|
||||||
* including node descriptors and scaled_font_buffers.
|
* including node descriptors and scaled_font_buffers.
|
||||||
*/
|
*/
|
||||||
wlr_scene_node_destroy(&menu->border->node);
|
wlr_scene_node_destroy(&menu->border->node);
|
||||||
wlr_scene_node_destroy(&menu->background->node);
|
wlr_scene_node_destroy(&menu->background->node);
|
||||||
wlr_scene_node_destroy(&menu->items_tree->node);
|
wlr_scene_node_destroy(&menu->items_tree->node);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue