From c175874c1136cc02df317dcd91289196e457fb31 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 25 Feb 2000 13:29:08 +0000 Subject: [PATCH] (Fx_show_busy_cursor, Fx_hide_busy_cursor): Remove prototyoes. (start_busy_cursor, cancel_busy_cursor): Add prototypes. --- src/dispextern.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 */ -- 2.39.5