emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 340e81f476: * src/xselect.c (x_atom_to_symbol): Add XdndSelection


From: Po Lu
Subject: master 340e81f476: * src/xselect.c (x_atom_to_symbol): Add XdndSelection.
Date: Wed, 6 Apr 2022 20:39:15 -0400 (EDT)

branch: master
commit 340e81f47620b7d09ddc5c49c330b80e2ef635bd
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * 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 2969c816a3..f855980a30 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]