]> git.eshelyaron.com Git - emacs.git/commit
Simplify x-dnd.el due to bignums
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:07:02 +0000 (19:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:07:48 +0000 (19:07 -0800)
commit32bd911f82273bb05c14e1c94a7674402bd6bdc1
tree0fe59b051b41359232c9830ca54c4059cadffece
parent5669878d7fb9e8080f408ae66e657e28e059cf4c
Simplify x-dnd.el due to bignums

* lisp/x-dnd.el (x-dnd-get-drop-x-y, x-dnd-version-from-flags)
(x-dnd-more-than-3-from-flags, x-dnd-get-motif-value)
(x-dnd-motif-value-to-list): Do not worry about pairs of
16-bit numbers, as the C code no longer generates them;
it generates bignums now, when needed on 32-bit platforms.
lisp/x-dnd.el