aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2005-03-10 19:07:39 +0000
committerJan Djärv2005-03-10 19:07:39 +0000
commit3b8029d7f6025fc96a354cee48e4f305a7b2b213 (patch)
tree4b3f03e621c689f9a27efbb4dcdafedb2a9b4a50 /src
parent817d354baa9fcff63f7fcb82cb35b3233b468b64 (diff)
downloademacs-3b8029d7f6025fc96a354cee48e4f305a7b2b213.tar.gz
emacs-3b8029d7f6025fc96a354cee48e4f305a7b2b213.zip
* dispextern.h: Declare hourglass_started.
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