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>
This commit is contained in:
Marius Vlad
2019-09-05 14:31:01 +03:00
parent fb10ed768b
commit da104ebe5b
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -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;
};