From 59ada59b1046fab42ddba6b0c7958de734281114 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Wed, 30 Jan 2013 05:28:44 +0000 Subject: [PATCH] Add new description type for changing color To change a color of the specified part, This new description type "color" is added. Change-Id: I2c6277f9adbbe415f35cc35c23b35bc2acf1064b --- include/livebox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/livebox.h b/include/livebox.h index 8ceda38..311403f 100644 --- a/include/livebox.h +++ b/include/livebox.h @@ -43,6 +43,7 @@ extern const int LB_SYS_EVENT_TIME_CHANGED; /*!< System time is changed */ extern const int LB_SYS_EVENT_PAUSED; extern const int LB_SYS_EVENT_RESUMED; +#define LB_DESC_TYPE_COLOR "color" #define LB_DESC_TYPE_TEXT "text" #define LB_DESC_TYPE_IMAGE "image" #define LB_DESC_TYPE_SIGNAL "signal" -- 2.7.4