aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-21 18:25:21 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-21 18:25:21 -0500
commitea6f77b4840f8a282f645f8ceb3fdd7b72d6af65 (patch)
tree4593db86a88507e581951c5ef931db7b7fad6f49 /xwayland/xwm.c
parent39e2ea8420e78710906308a17a65b55e9d03dda8 (diff)
xwm: get selection data
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r--xwayland/xwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index 5ce30f7b..af429a5c 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -47,6 +47,7 @@ const char *atom_map[ATOM_LAST] = {
"_WL_SELECTION",
"TARGETS",
"CLIPBOARD_MANAGER",
+ "INCR",
};
/* General helpers */