]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_show_busy_cursor, Fx_hide_busy_cursor):
authorGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:29:08 +0000 (13:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:29:08 +0000 (13:29 +0000)
Remove prototyoes.
(start_busy_cursor, cancel_busy_cursor): Add prototypes.

src/dispextern.h

index 54b58b77f6d7fbaa46f61274c281152fc1d934f4..d42374c172be6396a68c68ca6bdc753d778d10ca 100644 (file)
@@ -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 */