diff options
| author | Gerd Moellmann | 2000-02-25 13:29:08 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-25 13:29:08 +0000 |
| commit | c175874c1136cc02df317dcd91289196e457fb31 (patch) | |
| tree | c8fd0eda60bf694d2306ffe195000e46dc7e4721 /src | |
| parent | 0d67cd9e63d072ac6beb7e867a315fad41dae17b (diff) | |
| download | emacs-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.h | 5 |
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; | |||
| 2169 | extern Window tip_window; | 2169 | extern Window tip_window; |
| 2170 | EXFUN (Fx_show_tip, 4); | 2170 | EXFUN (Fx_show_tip, 4); |
| 2171 | EXFUN (Fx_hide_tip, 0); | 2171 | EXFUN (Fx_hide_tip, 0); |
| 2172 | EXFUN (Fx_show_busy_cursor, 0); | 2172 | extern void start_busy_cursor P_ ((void)); |
| 2173 | EXFUN (Fx_hide_busy_cursor, 1); | 2173 | extern void cancel_busy_cursor P_ ((void)); |
| 2174 | extern int inhibit_busy_cursor; | ||
| 2175 | extern int display_busy_cursor_p; | 2174 | extern int display_busy_cursor_p; |
| 2176 | 2175 | ||
| 2177 | #endif /* HAVE_WINDOW_SYSTEM */ | 2176 | #endif /* HAVE_WINDOW_SYSTEM */ |