Function: x-dnd-more-than-3-from-flags
x-dnd-more-than-3-from-flags is a byte-compiled function defined in
x-dnd.el.gz.
Signature
(x-dnd-more-than-3-from-flags FLAGS)
Documentation
Return the nmore-than3 bit from the 32 bit FLAGS in an XDndEnter message.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-more-than-3-from-flags (flags)
"Return the nmore-than3 bit from the 32 bit FLAGS in an XDndEnter message."
(logand flags 1))