+2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * x-dnd.el: Mention support for Motif in commentary.
+ (x-dnd-handle-drag-n-drop-event): Ditto.
+
2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
* ses.el: Delete function ses-build-load-map and distribute its
;;; Commentary:
;; This file provides the drop part only. Currently supported protocols
-;; are XDND and the old KDE 1.x protocol.
+;; are XDND, Motif and the old KDE 1.x protocol.
;;; Code:
(defun x-dnd-handle-drag-n-drop-event (event)
"Receive drag and drop events (X client messages).
-Currently XDND and old KDE 1.x protocols are recognized.
-TODO: Add Motif and OpenWindows."
+Currently XDND, Motif and old KDE 1.x protocols are recognized."
(interactive "e")
(let* ((client-message (car (cdr (cdr event))))
(window (posn-window (event-start event)))