mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 23:54:40 +00:00
wayland: Drop wl-shell protocol
This protocol is deprecated since a long time, so remove it. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2183>
This commit is contained in:

committed by
Marge Bot

parent
8de449dc72
commit
a8bf9d8c68
@@ -50,7 +50,6 @@
|
||||
#include "wayland/meta-wayland-seat.h"
|
||||
#include "wayland/meta-wayland-subsurface.h"
|
||||
#include "wayland/meta-wayland-viewporter.h"
|
||||
#include "wayland/meta-wayland-wl-shell.h"
|
||||
#include "wayland/meta-wayland-xdg-shell.h"
|
||||
#include "wayland/meta-window-wayland.h"
|
||||
#include "wayland/meta-xwayland-private.h"
|
||||
@@ -1536,14 +1535,13 @@ meta_wayland_surface_begin_grab_op (MetaWaylandSurface *surface,
|
||||
* @compositor: The #MetaWaylandCompositor object
|
||||
*
|
||||
* Initializes the Wayland interfaces providing features that deal with
|
||||
* desktop-specific conundrums, like XDG shell, wl_shell (deprecated), etc.
|
||||
* desktop-specific conundrums, like XDG shell, etc.
|
||||
*/
|
||||
void
|
||||
meta_wayland_shell_init (MetaWaylandCompositor *compositor)
|
||||
{
|
||||
meta_wayland_xdg_shell_init (compositor);
|
||||
meta_wayland_legacy_xdg_shell_init (compositor);
|
||||
meta_wayland_wl_shell_init (compositor);
|
||||
meta_wayland_init_gtk_shell (compositor);
|
||||
meta_wayland_init_viewporter (compositor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user