mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
theme: add theme_finish()
This commit is contained in:
parent
9f61a819fc
commit
cb2a504440
4 changed files with 23 additions and 2 deletions
|
|
@ -90,8 +90,10 @@ main(int argc, char *argv[])
|
|||
wl_display_run(server.wl_display);
|
||||
|
||||
server_finish(&server);
|
||||
|
||||
menu_finish(&rootmenu);
|
||||
theme_finish(&theme);
|
||||
rcxml_finish();
|
||||
menu_finish(server.rootmenu);
|
||||
font_finish();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue