sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 327236a7ab5beacd925d8e9a16b3f11badb99abf
parent cc858e605a465a40abfce0fb53a70e59a79c248d
Author: emersion <contact@emersion.fr>
Date:   Mon,  7 Jan 2019 18:39:33 +0100

Add data-control-v1

Diffstat:
Msway/server.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sway/server.c b/sway/server.c @@ -7,6 +7,7 @@ #include <wlr/backend/session.h> #include <wlr/render/wlr_renderer.h> #include <wlr/types/wlr_compositor.h> +#include <wlr/types/wlr_data_control_v1.h> #include <wlr/types/wlr_export_dmabuf_v1.h> #include <wlr/types/wlr_gamma_control_v1.h> #include <wlr/types/wlr_gamma_control.h> @@ -140,6 +141,7 @@ bool server_init(struct sway_server *server) { wlr_export_dmabuf_manager_v1_create(server->wl_display); wlr_screencopy_manager_v1_create(server->wl_display); + wlr_data_control_manager_v1_create(server->wl_display); server->socket = wl_display_add_socket_auto(server->wl_display); if (!server->socket) {