aboutsummaryrefslogtreecommitdiff
path: root/xwayland/selection/dnd.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-26 18:36:23 -0500
committerGitHub <noreply@github.com>2018-11-26 18:36:23 -0500
commit05bb44078667a11216611a8fbe87c5fe69e117f8 (patch)
tree93da8b84405a5f4c12ecced435a3df4d44184200 /xwayland/selection/dnd.c
parenta2b8d47ff232fe8519953d60aa32dc72faff6044 (diff)
parent811a4d997b2e00c7cdc3851ccc55a6f52d79126c (diff)
Merge pull request #1387 from emersion/rename-gtk-primary-selection
Rename wlr_primary_selection to wlr_gtk_primary_selection
Diffstat (limited to 'xwayland/selection/dnd.c')
-rw-r--r--xwayland/selection/dnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/selection/dnd.c b/xwayland/selection/dnd.c
index 534d056c..ec5f16c7 100644
--- a/xwayland/selection/dnd.c
+++ b/xwayland/selection/dnd.c
@@ -4,7 +4,7 @@
#include <string.h>
#include <unistd.h>
#include <wlr/types/wlr_data_device.h>
-#include <wlr/types/wlr_primary_selection.h>
+#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/util/log.h>
#include <xcb/xfixes.h>
#include "xwayland/xwm.h"