From f5141881d54707d0823585d3415edbb9dca00e39 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 4 May 2020 21:35:46 +0300 Subject: [PATCH] main: Update weston_compositor_add_log_scope to libweston8 weston_compositor_add_log_scope() got an additional argument from libweston8. Bug-AGL: SPEC-3352 Signed-off-by: Marius Vlad Change-Id: I359fce11ba3e73ca54a2df99caee6d7333fd78f4 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 09c4036..deef8bc 100644 --- a/src/main.c +++ b/src/main.c @@ -1170,7 +1170,7 @@ int main(int argc, char *argv[]) log_scope = weston_compositor_add_log_scope(log_ctx, "log", "agl-compositor log\n", - NULL, NULL); + NULL, NULL, NULL); log_file_open(log); weston_log_set_handler(vlog, vlog_continue); -- 2.16.6