diff options
Diffstat (limited to 'src/ico_ivi_shell.h')
-rw-r--r-- | src/ico_ivi_shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ico_ivi_shell.h b/src/ico_ivi_shell.h index 2a0d9da..eaad346 100644 --- a/src/ico_ivi_shell.h +++ b/src/ico_ivi_shell.h @@ -49,6 +49,7 @@ void ivi_shell_set_positionsize(struct shell_surface *shsurf, const int x, void ivi_shell_set_layer_visible(const int layer, const int visible); void ivi_shell_surface_configure(struct shell_surface *shsurf, const int x, const int y, const int width, const int height); +void ivi_shell_set_active(struct shell_surface *shsurf, const int target); /* Prototypr for hook routine */ void ivi_shell_hook_bind(void (*hook_bind)(struct wl_client *client)); |