From: Gerd Moellmann Date: Fri, 25 Feb 2000 13:29:08 +0000 (+0000) Subject: (Fx_show_busy_cursor, Fx_hide_busy_cursor): X-Git-Tag: emacs-pretest-21.0.90~4890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c175874c1136cc02df317dcd91289196e457fb31;p=emacs.git (Fx_show_busy_cursor, Fx_hide_busy_cursor): Remove prototyoes. (start_busy_cursor, cancel_busy_cursor): Add prototypes. --- diff --git a/src/dispextern.h b/src/dispextern.h index 54b58b77f6d..d42374c172b 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2169,9 +2169,8 @@ extern struct frame *tip_frame; 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 */