summaryrefslogtreecommitdiffstats
path: root/src/ivi-compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r--src/ivi-compositor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h
index 3d7bd25..5d210fb 100644
--- a/src/ivi-compositor.h
+++ b/src/ivi-compositor.h
@@ -103,6 +103,12 @@ struct ivi_output {
struct ivi_surface *left;
struct ivi_surface *right;
+ /* for the black surface */
+ struct fullscreen_view {
+ struct ivi_surface *fs;
+ struct wl_listener fs_destroy;
+ } fullscreen_view;
+
struct wl_listener output_destroy;
/*
@@ -193,6 +199,9 @@ ivi_agl_systemd_notify(struct ivi_compositor *ivi)
int
ivi_shell_init(struct ivi_compositor *ivi);
+void
+ivi_shell_init_black_fs(struct ivi_compositor *ivi);
+
int
ivi_shell_create_global(struct ivi_compositor *ivi);