mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
menu: use wl_list instead of array
...to make it easier to split menu.c into smaller chunks without exposing nr_menus variable.
This commit is contained in:
parent
b22722dafa
commit
a105c8781a
5 changed files with 29 additions and 38 deletions
|
|
@ -180,7 +180,7 @@ main(int argc, char *argv[])
|
|||
|
||||
server_finish(&server);
|
||||
|
||||
menu_finish();
|
||||
menu_finish(&server);
|
||||
theme_finish(&theme);
|
||||
rcxml_finish();
|
||||
font_finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue