Add new description type for changing color
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 30 Jan 2013 05:28:44 +0000 (05:28 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 30 Jan 2013 07:38:50 +0000 (07:38 +0000)
To change a color of the specified part,
This new description type "color" is added.

Change-Id: I2c6277f9adbbe415f35cc35c23b35bc2acf1064b

include/livebox.h

index 8ceda38..311403f 100644 (file)
@@ -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"