summaryrefslogtreecommitdiffstats
path: root/src/shell.c
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-05-31 14:44:49 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-06-10 21:20:46 +0000
commit394b5da767661260043080dc025d0a71998851f8 (patch)
tree516996900f9c0cfc78fc9eb0fb175e0cb467d838 /src/shell.c
parentcac00851d454fcfe6b4e9f3353cfa4007f31c21e (diff)
shell: Extract some common functions
For instance this exports retreiving a ivi_seat from weston_seat, and they are useful in other parts as well. Bug-AGL: SPEC-4413 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I838823570792761dfb5ac4beea635e843dd5cd22
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/shell.c b/src/shell.c
index c6cae10..09a9cb2 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -49,18 +49,6 @@
static void
create_black_surface_view(struct ivi_output *output);
-static struct ivi_surface *
-get_ivi_shell_surface(struct weston_surface *wsurface)
-{
- if (weston_surface_is_desktop_surface(wsurface)) {
- struct weston_desktop_surface *dsurface =
- weston_surface_get_desktop_surface(wsurface);
- return weston_desktop_surface_get_user_data(dsurface);
- }
-
- return NULL;
-}
-
void
agl_shell_desktop_advertise_application_id(struct ivi_compositor *ivi,
struct ivi_surface *surface)