Mercurial > emacs
comparison src/dispextern.h @ 27859:d27071a76f5e
(Fx_show_busy_cursor, Fx_hide_busy_cursor):
Remove prototyoes.
(start_busy_cursor, cancel_busy_cursor): Add prototypes.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 25 Feb 2000 13:29:08 +0000 |
parents | 79dc811783de |
children | c6664d216f5a |
comparison
equal
deleted
inserted
replaced
27858:40562a8d6d83 | 27859:d27071a76f5e |
---|---|
2167 int lookup_image P_ ((struct frame *, Lisp_Object)); | 2167 int lookup_image P_ ((struct frame *, Lisp_Object)); |
2168 extern struct frame *tip_frame; | 2168 extern struct frame *tip_frame; |
2169 extern Window tip_window; | 2169 extern Window tip_window; |
2170 EXFUN (Fx_show_tip, 4); | 2170 EXFUN (Fx_show_tip, 4); |
2171 EXFUN (Fx_hide_tip, 0); | 2171 EXFUN (Fx_hide_tip, 0); |
2172 EXFUN (Fx_show_busy_cursor, 0); | 2172 extern void start_busy_cursor P_ ((void)); |
2173 EXFUN (Fx_hide_busy_cursor, 1); | 2173 extern void cancel_busy_cursor P_ ((void)); |
2174 extern int inhibit_busy_cursor; | |
2175 extern int display_busy_cursor_p; | 2174 extern int display_busy_cursor_p; |
2176 | 2175 |
2177 #endif /* HAVE_WINDOW_SYSTEM */ | 2176 #endif /* HAVE_WINDOW_SYSTEM */ |
2178 | 2177 |
2179 | 2178 |