diff options
author | Quentin Glidic <sardemff7+git@sardemff7.net> | 2016-08-15 10:56:52 +0200 |
---|---|---|
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | 2016-08-27 18:45:38 +0200 |
commit | fff39817bc88fba9bb581a953ae14dbd951bbf6d (patch) | |
tree | 497f868d3cfe5f8f21bdd8eed02283845076f690 /libweston | |
parent | 96c6a798a56cb2cd96b2c16dfee17330f1744fbb (diff) |
libweston: Drop shell_interface
Its usage is now limited to some dock-related helper, and the plugin
registry is a better fit for that kind of helper.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com>
Diffstat (limited to 'libweston')
-rw-r--r-- | libweston/compositor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libweston/compositor.h b/libweston/compositor.h index 301bdca5..16db03b0 100644 --- a/libweston/compositor.h +++ b/libweston/compositor.h @@ -100,12 +100,6 @@ struct weston_mode { struct wl_list link; }; -struct weston_shell_interface { - void *shell; /* either desktop or tablet */ - - void (*get_output_work_area)(void *shell, struct weston_output *output, pixman_rectangle32_t *area); -}; - struct weston_animation { void (*frame)(struct weston_animation *animation, struct weston_output *output, uint32_t msecs); @@ -758,7 +752,6 @@ struct weston_compositor { struct wl_display *wl_display; struct weston_desktop_xwayland *xwayland; const struct weston_desktop_xwayland_interface *xwayland_interface; - struct weston_shell_interface shell_interface; /* surface signals */ struct wl_signal create_surface_signal; |