Mercurial > emacs
changeset 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 | 40562a8d6d83 |
children | 5cf4fd1963fc |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Feb 25 13:28:41 2000 +0000 +++ b/src/dispextern.h Fri Feb 25 13:29:08 2000 +0000 @@ -2169,9 +2169,8 @@ extern Window tip_window; EXFUN (Fx_show_tip, 4); EXFUN (Fx_hide_tip, 0); -EXFUN (Fx_show_busy_cursor, 0); -EXFUN (Fx_hide_busy_cursor, 1); -extern int inhibit_busy_cursor; +extern void start_busy_cursor P_ ((void)); +extern void cancel_busy_cursor P_ ((void)); extern int display_busy_cursor_p; #endif /* HAVE_WINDOW_SYSTEM */