shell/layout: Add implementation for the width param
[src/agl-compositor.git] / src / ivi-compositor.h
index 1c1d678..90ec4d9 100644 (file)
@@ -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 {
@@ -541,4 +542,8 @@ is_shell_surface_xwayland(struct ivi_surface *surf);
 void
 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, uint32_t width, bool to_activate);
+
 #endif