diff options
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 |