From: Gerd Moellmann Date: Mon, 11 Dec 2000 19:24:21 +0000 (+0000) Subject: Change external declaration of tip_frame. X-Git-Tag: emacs-pretest-21.0.93~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4811586b31f9e5ce9b12038cfbcd63f66136a078;p=emacs.git Change external declaration of tip_frame. --- diff --git a/src/dispextern.h b/src/dispextern.h index f3d232c6f50..3c0ce6e5ffa 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2238,7 +2238,7 @@ void forall_images_in_image_cache P_ ((struct frame *, int valid_image_p P_ ((Lisp_Object)); void prepare_image_for_display P_ ((struct frame *, struct image *)); int lookup_image P_ ((struct frame *, Lisp_Object)); -extern struct frame *tip_frame; +extern Lisp_Object tip_frame; extern Window tip_window; EXFUN (Fx_show_tip, 6); EXFUN (Fx_hide_tip, 0);