From: Gerd Moellmann Date: Wed, 21 Feb 2001 13:52:52 +0000 (+0000) Subject: (start_hourglass, cancel_hourglass) X-Git-Tag: emacs-pretest-21.0.99~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a2b7977730ee7c6c31980ae852fa42e8c2ecf52;p=emacs.git (start_hourglass, cancel_hourglass) (display_hourglass_p): Renamed from *busy_cursor*. --- diff --git a/src/dispextern.h b/src/dispextern.h index 1c6c1147e91..aeeadf1fddc 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2260,9 +2260,9 @@ extern Lisp_Object tip_frame; extern Window tip_window; EXFUN (Fx_show_tip, 6); EXFUN (Fx_hide_tip, 0); -extern void start_busy_cursor P_ ((void)); -extern void cancel_busy_cursor P_ ((void)); -extern int display_busy_cursor_p; +extern void start_hourglass P_ ((void)); +extern void cancel_hourglass P_ ((void)); +extern int display_hourglass_p; #endif /* HAVE_WINDOW_SYSTEM */