From 14721175416772d23c9757e74b78ec8be448aac7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 14 Jan 2021 17:04:37 -0800 Subject: 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 --- subsurface-mobile-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurface-mobile-main.cpp') 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(); -- cgit v1.2.3-70-g09d2