From 19e319b3b4f92eabccb1703f40b01f47c5c1caa3 Mon Sep 17 00:00:00 2001 From: Nick Diego Yamane Date: Wed, 27 Nov 2024 13:51:53 -0400 Subject: [PATCH] wayland/xdg-toplevel-drag: Expose the protocol Signed-off-by: Nick Diego Yamane Part-of: --- src/wayland/meta-wayland-data-device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland/meta-wayland-data-device.c b/src/wayland/meta-wayland-data-device.c index 270ada302..07a6594c5 100644 --- a/src/wayland/meta-wayland-data-device.c +++ b/src/wayland/meta-wayland-data-device.c @@ -1247,6 +1247,8 @@ meta_wayland_data_device_manager_init (MetaWaylandCompositor *compositor) META_WL_DATA_DEVICE_MANAGER_VERSION, compositor, bind_manager) == NULL) g_error ("Could not create data_device"); + + meta_wayland_init_toplevel_drag (compositor); } void