emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Thu, 10 Mar 2005 14:08:01 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.632 emacs/src/xfns.c:1.633
*** emacs/src/xfns.c:1.632      Thu Feb 17 12:49:34 2005
--- emacs/src/xfns.c    Thu Mar 10 19:08:01 2005
***************
*** 4291,4296 ****
--- 4291,4304 ----
  static void show_hourglass P_ ((struct atimer *));
  static void hide_hourglass P_ ((void));
  
+ /* Return non-zero if houglass timer has been started or hourglass is shown.  
*/
+ 
+ int
+ hourglass_started ()
+ {
+   return hourglass_shown_p || hourglass_atimer != NULL;
+ }
+ 
  
  /* Cancel a currently active hourglass timer, and start a new one.  */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]