X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=a01c617c177d68c841e839a2ab5a7e8205410f3d;hb=c33644e558bc32dbfc8afb53e010325cc62c2858;hp=3d7bd250c5e0d929f015c72cf20519cf6dc729ba;hpb=ab2e660c891df7188f2803a88d172627d66294fe;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 3d7bd25..a01c617 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -29,10 +29,10 @@ #include #include "config.h" -#include -#include -#include -#include +#include +#include +#include +#include #include "agl-shell-server-protocol.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);