aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
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);
2817EXFUN (Fx_hide_tip, 0); 2817EXFUN (Fx_hide_tip, 0);
2818extern void start_hourglass P_ ((void)); 2818extern void start_hourglass P_ ((void));
2819extern void cancel_hourglass P_ ((void)); 2819extern void cancel_hourglass P_ ((void));
2820extern int hourglass_started P_ ((void));
2820extern int display_hourglass_p; 2821extern 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