summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ivi-layermanagement-api/ilmCommon/include/ilm_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ivi-layermanagement-api/ilmCommon/include/ilm_types.h b/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
index 3119a5c..0d9a6dd 100644
--- a/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
+++ b/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
@@ -315,6 +315,8 @@ typedef enum
ILM_NOTIFICATION_ORIENTATION = ILM_BIT(3),
ILM_NOTIFICATION_SOURCE_RECT = ILM_BIT(4),
ILM_NOTIFICATION_DEST_RECT = ILM_BIT(5),
+ ILM_NOTIFICATION_CONTENT_AVAILABLE = ILM_BIT(6),
+ ILM_NOTIFICATION_CONTENT_REMOVED = ILM_BIT(7),
ILM_NOTIFICATION_ALL = 0xffff
} t_ilm_notification_mask;