X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=90ec4d92eb4e466b2971dd7afa9fa92149c6aafe;hb=3d6199ee18b4807a82c4181d829052029d1ba350;hp=9f3cc4755f6807851407ca595bb0a0c5fda71fda;hpb=70a2d75e8e35d94bf2b1aef430ac7ed8cd3d96bc;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 9f3cc47..90ec4d9 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -242,6 +242,7 @@ struct pending_app { struct pending_app_tile { struct pending_app base; uint32_t orientation; + uint32_t width; }; struct ivi_desktop_surface { @@ -543,6 +544,6 @@ ivi_layout_reset_split_surfaces(struct ivi_compositor *ivi); void _ivi_set_shell_surface_split(struct ivi_surface *surface, struct ivi_output *output, - uint32_t orientation, bool to_activate); + uint32_t orientation, uint32_t width, bool to_activate); #endif