From bf2cb1c4d85b8212c481777aa846b182ca3014a4 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 2 Jul 2014 10:15:54 -0500 Subject: Color in the console Allow each gui_print command to specify a color Change LOGERR to use the error color Theme should specify colors for error, warning, and highlight Change-Id: Ie8ece34111f604e25fcb79e5b731cd4e61038ff9 --- gui/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/gui.h') diff --git a/gui/gui.h b/gui/gui.h index 10bf6ce2a..a927cf39a 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -25,6 +25,7 @@ int gui_loadResources(); int gui_start(); int gui_startPage(const char* page_name); void gui_print(const char *fmt, ...); +void gui_print_color(const char *color, const char *fmt, ...); #endif // _GUI_HEADER -- cgit v1.2.3