X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fdesktop.c;h=54eac5b007019f87ffc3f3013e2a8fcafe4c2278;hb=b80044887e97509433eb19945ce8feab68151044;hp=361c5b4ecc497ae4d83a5a16092f34fdf9389d03;hpb=456f3fed4ff45bbaf7f60c78ffb0ae0289002dfe;p=src%2Fagl-compositor.git diff --git a/src/desktop.c b/src/desktop.c index 361c5b4..54eac5b 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -211,8 +211,10 @@ desktop_surface_added(struct weston_desktop_surface *dsurface, void *userdata) app_id = weston_desktop_surface_get_app_id(dsurface); - if ((active_output = ivi_layout_find_with_app_id(app_id, ivi))) + if ((active_output = ivi_layout_find_with_app_id(app_id, ivi))) { ivi_set_pending_desktop_surface_remote(active_output, app_id); + shell_send_app_on_output(ivi, app_id, active_output->output->name); + } /* reset any caps to make sure we apply the new caps */ ivi_seat_reset_caps_sent(ivi);