gui/customcolor.h: add COL_OLIVE

Origin commit data
------------------
Branch: ni/coolstream
Commit: 399c4e9c94
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 May 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-05-02 16:14:29 +02:00
parent e789ac01a5
commit 628f89e787

View File

@@ -13,6 +13,7 @@
*/
#define COL_DARK_RED 0x02
#define COL_DARK_GREEN 0x03
#define COL_OLIVE 0x04
#define COL_DARK_BLUE 0x05
#define COL_LIGHT_GRAY 0x08
#define COL_DARK_GRAY 0x09
@@ -27,6 +28,7 @@
#else
#define COL_DARK_RED0 0x02
#define COL_DARK_GREEN0 0x03
#define COL_OLIVE0 0x04
#define COL_DARK_BLUE0 0x05
#define COL_LIGHT_GRAY0 0x08
#define COL_DARK_GRAY0 0x09
@@ -41,6 +43,7 @@
#define COL_DARK_RED (CFrameBuffer::getInstance()->realcolor[0x02])
#define COL_DARK_GREEN (CFrameBuffer::getInstance()->realcolor[0x03])
#define COL_OLIVE (CFrameBuffer::getInstance()->realcolor[0x04])
#define COL_DARK_BLUE (CFrameBuffer::getInstance()->realcolor[0x05])
#define COL_LIGHT_GRAY (CFrameBuffer::getInstance()->realcolor[0x08])
#define COL_DARK_GRAY (CFrameBuffer::getInstance()->realcolor[0x09])