layout: Allow to commit the fullscreen and split surface roles
[src/agl-compositor.git] / src / ivi-compositor.h
index 3c547aa..c733ff0 100644 (file)
@@ -320,6 +320,12 @@ ivi_layout_panel_committed(struct ivi_surface *surface);
 void
 ivi_layout_popup_committed(struct ivi_surface *surface);
 
+void
+ivi_layout_fullscreen_committed(struct ivi_surface *surface);
+
+void
+ivi_layout_split_committed(struct ivi_surface *surface);
+
 void
 ivi_layout_deactivate(struct ivi_compositor *ivi, const char *app_id);