src: Insert a black surface/remove it when the last remote
[src/agl-compositor.git] / src / ivi-compositor.h
index e71b6d5..b3cc3af 100644 (file)
@@ -347,4 +347,10 @@ ivi_layout_desktop_resize(struct ivi_surface *surface,
 struct ivi_output *
 ivi_layout_get_output_from_surface(struct ivi_surface *surf);
 
+void
+insert_black_surface(struct ivi_output *output);
+
+void
+remove_black_surface(struct ivi_output *output);
+
 #endif