From: Sung-jae Park Date: Wed, 30 Jan 2013 05:28:44 +0000 (+0000) Subject: Add new description type for changing color X-Git-Tag: accepted/tizen/mobile/20150530.065423^2~18^2~11^2~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ada59b1046fab42ddba6b0c7958de734281114;p=apps%2Fnative%2Fwidget%2Fwidget.git 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 --- 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"