Function: x-dnd-current-type
x-dnd-current-type is a byte-compiled function defined in x-dnd.el.gz.
Signature
(x-dnd-current-type FRAME-OR-WINDOW)
Documentation
Return the type we want the DND data to be in for the current drop.
FRAME-OR-WINDOW is the frame or window that the mouse is over.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-current-type (frame-or-window)
"Return the type we want the DND data to be in for the current drop.
FRAME-OR-WINDOW is the frame or window that the mouse is over."
(aref (x-dnd-get-state-for-frame frame-or-window) 4))