From aa360da10dc1130e40bb82225ee8988a2465f38a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 12 Jun 2008 03:56:20 +0000 Subject: Add some compiler declarations, for builds without X. --- lisp/tooltip.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/tooltip.el') diff --git a/lisp/tooltip.el b/lisp/tooltip.el index f5676a325db..d30579a7049 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -210,6 +210,9 @@ change the existing association. Value is the resulting alist." (push (cons key value) alist)) alist)) +(declare-function x-show-tip "xfns.c" + (string &optional frame parms timeout dx dy)) + (defun tooltip-show (text &optional use-echo-area) "Show a tooltip window displaying TEXT. @@ -245,6 +248,8 @@ in echo area." (sit-for 1) (message "%s" text))))) +(declare-function x-hide-tip "xfns.c" ()) + (defun tooltip-hide (&optional ignored-arg) "Hide a tooltip, if one is displayed. Value is non-nil if tooltip was open." -- cgit v1.2.1