Function: x-dnd-get-state-for-frame
x-dnd-get-state-for-frame is a byte-compiled function defined in
x-dnd.el.gz.
Signature
(x-dnd-get-state-for-frame FRAME-OR-WINDOW)
Documentation
Return the state in x-dnd-current-state for a frame or window.
Source Code
;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-get-state-for-frame (frame-or-window)
"Return the state in `x-dnd-current-state' for a frame or window."
(cdr (x-dnd-get-state-cons-for-frame frame-or-window)))