mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: create separate UI entry points for desktop and mobile
This doesn't really change anything, but makes the code easier to read. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3469fa70eb
commit
1472117541
3 changed files with 14 additions and 7 deletions
|
@ -76,7 +76,7 @@ int main(int argc, char **argv)
|
|||
init_proxy();
|
||||
|
||||
if (!quit)
|
||||
run_ui();
|
||||
run_mobile_ui();
|
||||
exit_ui();
|
||||
taglist_free(g_tag_list);
|
||||
parse_xml_exit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue