summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2019-09-05 14:31:01 +0300
committerMarius Vlad <marius.vlad@collabora.com>2019-10-17 21:42:25 +0300
commitda104ebe5b5c68398f93955fd9d5fb81cdf5f30c (patch)
treed31548699b570d87cec08cf0e3051d9e00db3346 /include
parentfb10ed768b64c6b43147df0cdf0fe7a69a82f57a (diff)
downloadweston-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.h1
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;
};