From 340e81f47620b7d09ddc5c49c330b80e2ef635bd Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 7 Apr 2022 08:37:53 +0800 Subject: [PATCH] * src/xselect.c (x_atom_to_symbol): Add XdndSelection. --- src/xselect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xselect.c b/src/xselect.c index 2969c816a36..f855980a300 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -285,6 +285,8 @@ x_atom_to_symbol (struct x_display_info *dpyinfo, Atom atom) return QTARGETS; if (atom == dpyinfo->Xatom_NULL) return QNULL; + if (atom == dpyinfo->Xatom_XdndSelection) + return QXdndSelection; block_input (); x_catch_errors (dpyinfo->display); -- 2.39.5