diff options
author | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-08 09:42:11 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-08 09:50:18 +0200 |
commit | 78befa59f96bb0a13e9ffeb4df1272738c6b5012 (patch) | |
tree | a854299a7e3d76bd22d719266bc301503a90052e /xwayland | |
parent | a109a80dca502bd36d61f1d1b3ad1c708ea5ad09 (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.c | 1 |
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" |