summaryrefslogtreecommitdiff
path: root/include/mapi
diff options
context:
space:
mode:
authorKeebum Kim <keebum.kim@samsung.com>2013-04-09 16:47:13 +0900
committerKeebum Kim <keebum.kim@samsung.com>2013-04-09 16:47:13 +0900
commit5ce939b1b399cebc48b9a014de3321446162cdee (patch)
treecbbba2b517ffdbe2e676ecc42d5776cc039dba8d /include/mapi
parent8beb9f33dbf98dda5e52d7710873f2b25fe6db2d (diff)
downloadmsg-service-5ce939b1b399cebc48b9a014de3321446162cdee.tar.gz
msg-service-5ce939b1b399cebc48b9a014de3321446162cdee.tar.bz2
msg-service-5ce939b1b399cebc48b9a014de3321446162cdee.zip
Merge from master.
Change-Id: I86efabf4d15117b95eaf1f58ce133bdc0ab14510
Diffstat (limited to 'include/mapi')
-rwxr-xr-xinclude/mapi/msg_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mapi/msg_types.h b/include/mapi/msg_types.h
index e65be2a..8e0753b 100755
--- a/include/mapi/msg_types.h
+++ b/include/mapi/msg_types.h
@@ -554,6 +554,7 @@ enum MSG_MMS_INFO_E {
MSG_MMS_ROOTLAYOUT_HEIGHT_INT, /**< Indicates the height of the root layout */
MSG_MMS_ROOTLAYOUT_HEIGHT_PERCENT_BOOL, /**< Indicates the length is in percentage(%) or not */
MSG_MMS_ROOTLAYOUT_BGCOLOR_INT, /**< Indicates the background color of the root layout */
+ MSG_MMS_ROOTLAYOUT_BGCOLOR_BOOL, /**< Indicates the background color is set in the root layout */
};
//MSG_MMS_PAGE
@@ -603,6 +604,7 @@ enum MSG_MMS_REGION_INFO_E {
MSG_MMS_REGION_LENGTH_HEIGHT_PERCENT_BOOL, /**< Indicates the length is in percentage(%) or not */
MSG_MMS_REGION_BGCOLOR_INT, /**< Indicates the background color of the region */
MSG_MMS_REGION_FIT_TYPE_INT, /**< Indicates the fit type. see enum REGION_FIT_TYPE_T */
+ MSG_MMS_REGION_BGCOLOR_BOOL, /**< Indicates the background color is set in the region */
};
enum MSG_MMS_META_INFO_E {