downstream: ivi-shell/layout: add get_weston_surface() function to ivi_layout_interface
[profile/ivi/weston-ivi-shell.git] / ivi-shell / ivi-layout-private.h
index 35cad2f..4113a93 100644 (file)
@@ -293,6 +293,9 @@ ivi_layout_surface_set_transition_duration(
                        uint32_t duration);
 
 struct ivi_layout_interface {
+       struct weston_surface* (*get_weston_surface)(
+                               struct ivi_layout_surface *surface);
+
        struct weston_view *(*get_weston_view)(
                                struct ivi_layout_surface *surface);