projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a15e15
)
* src/xselect.c (x_atom_to_symbol): Add XdndSelection.
author
Po Lu
<luangruo@yahoo.com>
Thu, 7 Apr 2022 00:37:53 +0000
(08:37 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 7 Apr 2022 00:37:53 +0000
(08:37 +0800)
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index 2969c816a3601fa243a397070185baf384f536d7..f855980a300244bc36e24bf4e7c74525e12dba52 100644
(file)
--- 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);