X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcompositor.c;h=7e89926e728c9094b87ce7576c3387ef46664ebd;hb=refs%2Fchanges%2F68%2F28068%2F2;hp=15fd42a2a5d35effe4f35841f0ba2ed85f2b4bb8;hpb=33997a7c96838795ccb586fc7fc43ce093210546;p=src%2Fagl-compositor.git diff --git a/src/compositor.c b/src/compositor.c index 15fd42a..7e89926 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1829,7 +1829,12 @@ int wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_da weston_compositor_wake(ivi.compositor); ivi_shell_create_global(&ivi); - ivi_launch_shell_client(&ivi); + + ivi_launch_shell_client(&ivi, "shell-client", + &ivi.shell_client.client); + ivi_launch_shell_client(&ivi, "shell-client-ext", + &ivi.shell_client_ext.client); + if (debug) ivi_screenshooter_create(&ivi); ivi_agl_systemd_notify(&ivi);