diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2019-09-05 14:31:01 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2019-10-17 21:42:25 +0300 |
commit | da104ebe5b5c68398f93955fd9d5fb81cdf5f30c (patch) | |
tree | d31548699b570d87cec08cf0e3051d9e00db3346 /include | |
parent | fb10ed768b64c6b43147df0cdf0fe7a69a82f57a (diff) | |
download | weston-da104ebe5b5c68398f93955fd9d5fb81cdf5f30c.tar.gz |
libweston: Create the 'timeline' scope
With everything now in place, it is time to create the timeline scope.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libweston/libweston.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 62f5ad66..3d69f475 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -1118,6 +1118,7 @@ struct weston_compositor { struct weston_log_context *weston_log_ctx; struct weston_log_scope *debug_scene; + struct weston_log_scope *timeline; struct content_protection *content_protection; }; |