aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2021-04-08 09:42:11 +0200
committerSimon Ser <contact@emersion.fr>2021-04-08 09:50:18 +0200
commit78befa59f96bb0a13e9ffeb4df1272738c6b5012 (patch)
treea854299a7e3d76bd22d719266bc301503a90052e /xwayland
parenta109a80dca502bd36d61f1d1b3ad1c708ea5ad09 (diff)
gtk-primary-selection: drop support
The standard primary-selection protocol is now widely supported.
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/selection/dnd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xwayland/selection/dnd.c b/xwayland/selection/dnd.c
index ee9a23a6..1c053e5e 100644
--- a/xwayland/selection/dnd.c
+++ b/xwayland/selection/dnd.c
@@ -4,7 +4,6 @@
#include <string.h>
#include <unistd.h>
#include <wlr/types/wlr_data_device.h>
-#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/util/log.h>
#include <xcb/xfixes.h>
#include "xwayland/xwm.h"