X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=c9258d1750396c7b20119acd0c6593744c1e0720;hb=17f92b23b99d6c34793b6b636dc4d508113f0489;hp=6dbab9973933421123c1a88b393f56f401ef62fc;hpb=394b5da767661260043080dc025d0a71998851f8;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 6dbab99..c9258d1 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -147,6 +147,10 @@ struct ivi_output { */ struct weston_geometry area; struct weston_geometry area_saved; + /* + * Potential user-specified non-default activation area + */ + struct weston_geometry area_activation; struct ivi_surface *active; struct ivi_surface *previous_active; @@ -271,6 +275,7 @@ struct ivi_surface { NORMAL, RESIZING, FULLSCREEN, + HIDDEN, } state; enum ivi_surface_role role; @@ -462,4 +467,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