Mercurial > emacs
changeset 86325:613267d53431
(x-register-dnd-atom, x-get-atom-name, x-send-client-message):
Declare as functions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 Nov 2007 13:52:35 +0000 |
parents | 6a97b0f7d704 |
children | 4b0440ce239b |
files | lisp/x-dnd.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/x-dnd.el Thu Nov 22 13:52:04 2007 +0000 +++ b/lisp/x-dnd.el Thu Nov 22 13:52:35 2007 +0000 @@ -117,7 +117,7 @@ (defvar x-dnd-empty-state [nil nil nil nil nil nil nil]) - +(declare-function x-register-dnd-atom "xselect.c") (defun x-dnd-init-frame (&optional frame) "Setup drag and drop for FRAME (i.e. create appropriate properties)." @@ -422,6 +422,9 @@ (+ frame-real-top (nth 1 edges)))) (cons frame-real-left frame-real-top)))) +(declare-function x-get-atom-name "xselect.c") +(declare-function x-send-client-message "xselect.c") + (defun x-dnd-handle-xdnd (event frame window message format data) "Receive one XDND event (client message) and send the appropriate reply. EVENT is the client message. FRAME is where the mouse is now.