Function: x-dnd-version-from-flags

x-dnd-version-from-flags is a byte-compiled function defined in x-dnd.el.gz.

Signature

(x-dnd-version-from-flags FLAGS)

Documentation

Return the version byte from the 32 bit FLAGS in an XDndEnter message.

Source Code

;; Defined in /usr/src/emacs/lisp/x-dnd.el.gz
(defun x-dnd-version-from-flags (flags)
  "Return the version byte from the 32 bit FLAGS in an XDndEnter message."
  (ash flags -24))