X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fivi-compositor.h;fp=src%2Fivi-compositor.h;h=5d210fb0b4179fc7aeb0fbbd7239560b3e1999dd;hb=b43a012824af0165f3716c7986888213420885aa;hp=3d7bd250c5e0d929f015c72cf20519cf6dc729ba;hpb=433edac095bb142e6024314e39409afacbfaa5c2;p=src%2Fagl-compositor.git 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);