comparison src/dispextern.h @ 34447:387e9f41661e

Change external declaration of tip_frame.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 19:24:21 +0000
parents 4a7a6cfe861d
children c0363a97e5cb
comparison
equal deleted inserted replaced
34446:d39dd1c5b93f 34447:387e9f41661e
2236 void forall_images_in_image_cache P_ ((struct frame *, 2236 void forall_images_in_image_cache P_ ((struct frame *,
2237 void (*) P_ ((struct image *)))); 2237 void (*) P_ ((struct image *))));
2238 int valid_image_p P_ ((Lisp_Object)); 2238 int valid_image_p P_ ((Lisp_Object));
2239 void prepare_image_for_display P_ ((struct frame *, struct image *)); 2239 void prepare_image_for_display P_ ((struct frame *, struct image *));
2240 int lookup_image P_ ((struct frame *, Lisp_Object)); 2240 int lookup_image P_ ((struct frame *, Lisp_Object));
2241 extern struct frame *tip_frame; 2241 extern Lisp_Object tip_frame;
2242 extern Window tip_window; 2242 extern Window tip_window;
2243 EXFUN (Fx_show_tip, 6); 2243 EXFUN (Fx_show_tip, 6);
2244 EXFUN (Fx_hide_tip, 0); 2244 EXFUN (Fx_hide_tip, 0);
2245 extern void start_busy_cursor P_ ((void)); 2245 extern void start_busy_cursor P_ ((void));
2246 extern void cancel_busy_cursor P_ ((void)); 2246 extern void cancel_busy_cursor P_ ((void));