summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-api
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-07-06 09:34:31 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-07-08 08:34:03 +0900
commit2b64b83f53a00ae1c9e24e0fb26598b13efcdeeb (patch)
tree8f4841063847fe79517f641942d5cc6d2ee19597 /ivi-layermanagement-api
parent1648de27aa66c3dd6650ac63141ef13b90afe32b (diff)
downloadwayland-ivi-extension-2b64b83f53a00ae1c9e24e0fb26598b13efcdeeb.tar.gz
ilmCommon: add CONFIGURED flag to notification mask
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'ivi-layermanagement-api')
-rw-r--r--ivi-layermanagement-api/ilmCommon/include/ilm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ivi-layermanagement-api/ilmCommon/include/ilm_types.h b/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
index 807cb69..0d47307 100644
--- a/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
+++ b/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
@@ -287,6 +287,7 @@ typedef enum
ILM_NOTIFICATION_DEST_RECT = ILM_BIT(5),
ILM_NOTIFICATION_CONTENT_AVAILABLE = ILM_BIT(6),
ILM_NOTIFICATION_CONTENT_REMOVED = ILM_BIT(7),
+ ILM_NOTIFICATION_CONFIGURED = ILM_BIT(8),
ILM_NOTIFICATION_ALL = 0xffff
} t_ilm_notification_mask;