diff options
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r-- | src/ivi-compositor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index c733ff0..99ef550 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -130,6 +130,7 @@ struct ivi_output { * In output-coorrdinate space. */ struct weston_geometry area; + struct weston_geometry area_saved; struct ivi_surface *active; struct ivi_surface *previous_active; @@ -329,4 +330,8 @@ ivi_layout_split_committed(struct ivi_surface *surface); void ivi_layout_deactivate(struct ivi_compositor *ivi, const char *app_id); +void +ivi_layout_desktop_resize(struct ivi_surface *surface, + struct weston_geometry area); + #endif |