diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-01-14 17:04:37 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-19 12:35:29 -0800 |
commit | 14721175416772d23c9757e74b78ec8be448aac7 (patch) | |
tree | 78b957b2548c3c7806c95c4007410eae7186e8c6 /subsurface-mobile-main.cpp | |
parent | 3469fa70eba9a0687d9130cf79e914d4ba242fd8 (diff) | |
download | subsurface-14721175416772d23c9757e74b78ec8be448aac7.tar.gz |
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>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r-- | subsurface-mobile-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 7ceebcc5f..89a1f4c64 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -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(); |