diff options
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r-- | src/ivi-compositor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 7b5c18f..79b2255 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -371,4 +371,8 @@ ivi_set_pending_desktop_surface_remote(struct ivi_output *ioutput, struct ivi_output * ivi_layout_find_with_app_id(const char *app_id, struct ivi_compositor *ivi); +void +shell_advertise_app_state(struct ivi_compositor *ivi, const char *app_id, + const char *data, uint32_t app_state); + #endif |