X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcompositor.c;h=827ef7a403313acf57ade63040d4cf1d52935cda;hb=1cbb6bdec4d1c0440356240e481e8dfa51a201f2;hp=6cb822bbfaf01864a8023396956fd32cad158809;hpb=8033c46081b93f19843d140e58b527af7abf7a4f;p=src%2Fagl-compositor.git diff --git a/src/compositor.c b/src/compositor.c index 6cb822b..827ef7a 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1730,6 +1730,7 @@ int wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_da wl_list_init(&ivi.remote_pending_apps); wl_list_init(&ivi.desktop_clients); wl_list_init(&ivi.child_process_list); + wl_list_init(&ivi.pending_apps); /* Prevent any clients we spawn getting our stdin */ os_fd_set_cloexec(STDIN_FILENO); @@ -1862,7 +1863,7 @@ int wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_da weston_log("Printing available debug scopes:\n"); - while ((nscope = weston_log_scopes_iterate(ivi.compositor, nscope))) { + while ((nscope = weston_log_scopes_iterate(log_ctx, nscope))) { weston_log("\tscope name: %s, desc: %s", weston_log_scope_get_name(nscope), weston_log_scope_get_description(nscope));