/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.632 by schwab, Thu Feb 17 12:49:34 2005 UTC revision 1.633 by jhd, Thu Mar 10 19:08:01 2005 UTC
# Line 4291  static Lisp_Object Vhourglass_delay; Line 4291  static Lisp_Object Vhourglass_delay;
4291  static void show_hourglass P_ ((struct atimer *));  static void show_hourglass P_ ((struct atimer *));
4292  static void hide_hourglass P_ ((void));  static void hide_hourglass P_ ((void));
4293    
4294    /* Return non-zero if houglass timer has been started or hourglass is shown.  */
4295    
4296    int
4297    hourglass_started ()
4298    {
4299      return hourglass_shown_p || hourglass_atimer != NULL;
4300    }
4301    
4302    
4303  /* Cancel a currently active hourglass timer, and start a new one.  */  /* Cancel a currently active hourglass timer, and start a new one.  */
4304    

Legend:
Removed from v.1.632  
changed lines
  Added in v.1.633

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26