summaryrefslogtreecommitdiff
path: root/include/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/view.h b/include/view.h
index 3fec5db..f37bf6c 100644
--- a/include/view.h
+++ b/include/view.h
@@ -35,7 +35,9 @@ struct view_update_data {
/* view update type */
enum update_type {
UPDATE_CONTENT = 0,
- UPDATE_FOCUS
+ UPDATE_FOCUS,
+ UPDATE_PLAY_INFO,
+ UPDATE_PLYAER
};
#endif /* __AIR_MEDIAHUB_VIEW_H__ */