1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00

* dispextern.h: Declare hourglass_started.

This commit is contained in:
Jan Djärv 2005-03-10 19:07:39 +00:00
parent 817d354baa
commit 3b8029d7f6

View file

@ -2817,6 +2817,7 @@ EXFUN (Fx_show_tip, 6);
EXFUN (Fx_hide_tip, 0);
extern void start_hourglass P_ ((void));
extern void cancel_hourglass P_ ((void));
extern int hourglass_started P_ ((void));
extern int display_hourglass_p;
/* Returns the background color of IMG, calculating one heuristically if