Function: x-dnd-init-xdnd-for-frame

x-dnd-init-xdnd-for-frame is a byte-compiled function defined in x-dnd.el.gz.

Signature

(x-dnd-init-xdnd-for-frame FRAME)

Documentation

Set the XdndAware property for FRAME to indicate that we do XDND.

Source Code

;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-init-xdnd-for-frame (frame)
  "Set the XdndAware property for FRAME to indicate that we do XDND."
  (x-change-window-property "XdndAware"
			    '(5)	;; The version of XDND we support.
			    frame "ATOM" 32 t))