Function: x-dnd-after-move-frame

x-dnd-after-move-frame is a byte-compiled function defined in x-dnd.el.gz.

Signature

(x-dnd-after-move-frame FRAME)

Documentation

Handle FRAME moving to a different position.

Clear any cached root window position.

Source Code

;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-after-move-frame (frame)
  "Handle FRAME moving to a different position.
Clear any cached root window position."
  (and (frame-live-p frame)
       (set-frame-parameter frame 'dnd-root-window-position
                            nil)))