diff options
| author | Jan Djärv | 2005-03-10 19:07:39 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-03-10 19:07:39 +0000 |
| commit | 3b8029d7f6025fc96a354cee48e4f305a7b2b213 (patch) | |
| tree | 4b3f03e621c689f9a27efbb4dcdafedb2a9b4a50 /src | |
| parent | 817d354baa9fcff63f7fcb82cb35b3233b468b64 (diff) | |
| download | emacs-3b8029d7f6025fc96a354cee48e4f305a7b2b213.tar.gz emacs-3b8029d7f6025fc96a354cee48e4f305a7b2b213.zip | |
* dispextern.h: Declare hourglass_started.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 1d8c1402c81..d331121627b 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2817,6 +2817,7 @@ EXFUN (Fx_show_tip, 6); | |||
| 2817 | EXFUN (Fx_hide_tip, 0); | 2817 | EXFUN (Fx_hide_tip, 0); |
| 2818 | extern void start_hourglass P_ ((void)); | 2818 | extern void start_hourglass P_ ((void)); |
| 2819 | extern void cancel_hourglass P_ ((void)); | 2819 | extern void cancel_hourglass P_ ((void)); |
| 2820 | extern int hourglass_started P_ ((void)); | ||
| 2820 | extern int display_hourglass_p; | 2821 | extern int display_hourglass_p; |
| 2821 | 2822 | ||
| 2822 | /* Returns the background color of IMG, calculating one heuristically if | 2823 | /* Returns the background color of IMG, calculating one heuristically if |