From 74bc8e9022165738c6cef15fda4edb412dd01542 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 16 Jun 2025 22:05:01 +0800 Subject: [PATCH] protocol: enable wlr_ext_data_control_v1 --- src/maomao.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/maomao.c b/src/maomao.c index 9c0548d..deb5a24 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -6453,6 +6454,7 @@ void setup(void) { wlr_presentation_create(dpy, backend, 2); wlr_subcompositor_create(dpy); wlr_alpha_modifier_v1_create(dpy); + wlr_ext_data_control_manager_v1_create(dpy, 1); /* Initializes the interface used to implement urgency hints */ activation = wlr_xdg_activation_v1_create(dpy);