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/objects.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index 02417154a..486e2e704 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -350,6 +350,7 @@ protected: int mSlideout; SlideoutState mSlideoutState; std::vector rConsole; + std::vector rConsoleColor; bool mRender; protected: -- cgit v1.2.3