X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=78d1acd0b6d96b02a6fe789479082e30bc3a7f29;hb=89440e0ffdfea2568d49e95465464cfc5c1d92ff;hp=6dbab9973933421123c1a88b393f56f401ef62fc;hpb=394b5da767661260043080dc025d0a71998851f8;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 6dbab99..78d1acd 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -271,6 +271,7 @@ struct ivi_surface { NORMAL, RESIZING, FULLSCREEN, + HIDDEN, } state; enum ivi_surface_role role; @@ -462,4 +463,9 @@ get_ivi_shell_seat(struct weston_seat *seat); struct weston_seat * get_ivi_shell_weston_first_seat(struct ivi_compositor *ivi); +void +ivi_shell_activate_surface(struct ivi_surface *ivi_surf, + struct ivi_shell_seat *ivi_seat, + uint32_t flags); + #endif