mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 16:44:40 +00:00
wayland: Drop xdg-shell v6 protocol
There is no need to have this protocol as we already have support for the xdg-shell stable. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2207>
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#include "wayland/meta-wayland-data-device.h"
|
||||
#include "wayland/meta-wayland-gtk-shell.h"
|
||||
#include "wayland/meta-wayland-keyboard.h"
|
||||
#include "wayland/meta-wayland-legacy-xdg-shell.h"
|
||||
#include "wayland/meta-wayland-outputs.h"
|
||||
#include "wayland/meta-wayland-pointer.h"
|
||||
#include "wayland/meta-wayland-presentation-time-private.h"
|
||||
@@ -1577,7 +1576,6 @@ void
|
||||
meta_wayland_shell_init (MetaWaylandCompositor *compositor)
|
||||
{
|
||||
meta_wayland_xdg_shell_init (compositor);
|
||||
meta_wayland_legacy_xdg_shell_init (compositor);
|
||||
meta_wayland_init_gtk_shell (compositor);
|
||||
meta_wayland_init_viewporter (compositor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user