aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 13:29:08 +0000
committerGerd Moellmann2000-02-25 13:29:08 +0000
commitc175874c1136cc02df317dcd91289196e457fb31 (patch)
treec8fd0eda60bf694d2306ffe195000e46dc7e4721 /src
parent0d67cd9e63d072ac6beb7e867a315fad41dae17b (diff)
downloademacs-c175874c1136cc02df317dcd91289196e457fb31.tar.gz
emacs-c175874c1136cc02df317dcd91289196e457fb31.zip
(Fx_show_busy_cursor, Fx_hide_busy_cursor):
Remove prototyoes. (start_busy_cursor, cancel_busy_cursor): Add prototypes.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h5
1 files 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;
2169extern Window tip_window; 2169extern Window tip_window;
2170EXFUN (Fx_show_tip, 4); 2170EXFUN (Fx_show_tip, 4);
2171EXFUN (Fx_hide_tip, 0); 2171EXFUN (Fx_hide_tip, 0);
2172EXFUN (Fx_show_busy_cursor, 0); 2172extern void start_busy_cursor P_ ((void));
2173EXFUN (Fx_hide_busy_cursor, 1); 2173extern void cancel_busy_cursor P_ ((void));
2174extern int inhibit_busy_cursor;
2175extern int display_busy_cursor_p; 2174extern int display_busy_cursor_p;
2176 2175
2177#endif /* HAVE_WINDOW_SYSTEM */ 2176#endif /* HAVE_WINDOW_SYSTEM */