1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

* x-dnd.el: Mention support for Motif in commentary.

(x-dnd-handle-drag-n-drop-event): Ditto.
This commit is contained in:
Jan Djärv 2004-02-15 12:30:04 +00:00
parent 9766d41b51
commit 49f87d230f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-02-15 Jan Dj,Ad(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

View File

@ -27,7 +27,7 @@
;;; 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:
@ -449,8 +449,7 @@ nil if not."
(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)))