From fd0439ed590f4c12b29d6392c9022c21cc44b997 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 14 Jan 2015 11:08:13 -0600 Subject: Move ORS command line into main thread Also eliminate the mostly similar runPage function in favor of using a single runPages function to avoid code duplication. Change-Id: I46ef414beb4009fee16d4de13d8a5ab2b9678409 --- gui/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/gui.h') diff --git a/gui/gui.h b/gui/gui.h index 21c460ebe..5b2cdec18 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -26,7 +26,7 @@ int gui_init(); int gui_loadResources(); int gui_loadCustomResources(); int gui_start(); -int gui_startPage(const char* page_name); +int gui_startPage(const char* page_name, const int allow_comands, int stop_on_page_done); void gui_print(const char *fmt, ...); void gui_print_color(const char *color, const char *fmt, ...); void gui_set_FILE(FILE* f); -- cgit v1.2.3