X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fshell.c;h=13c03f005fe344fe085ec7aece9815738f0a7071;hb=b87f46acc5b0b252e4642f2130ef3093294afac8;hp=b8f096ac6e6401a1e1794059f867267f79d38ba4;hpb=083ee3d2b88f49612dfab230990e54c3edbf3aef;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index b8f096a..13c03f0 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1896,7 +1896,7 @@ shell_ivi_surf_count_split_surfaces(struct ivi_compositor *ivi) static void shell_set_app_split(struct wl_client *client, struct wl_resource *res, - const char *app_id, uint32_t orientation, + const char *app_id, uint32_t orientation, int32_t width, struct wl_resource *output_res) { struct ivi_surface *surf; @@ -1921,10 +1921,6 @@ void shell_set_app_split(struct wl_client *client, struct wl_resource *res, return; } - /* otherwise, take actions now */ - weston_log("%s() added split surface for app_id '%s' with orientation %d\n", - __func__, app_id, orientation); - if (output->previous_active) { struct weston_view *ev = output->previous_active->view;