[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/dispextern.h,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/src/dispextern.h,v |
Date: |
Tue, 15 Jul 2008 13:04:02 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/15 13:04:01
Index: dispextern.h
===================================================================
RCS file: /sources/emacs/emacs/src/dispextern.h,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -b -r1.252 -r1.253
--- dispextern.h 1 Jul 2008 09:39:26 -0000 1.252
+++ dispextern.h 15 Jul 2008 13:04:00 -0000 1.253
@@ -2925,6 +2925,15 @@
extern void cancel_hourglass P_ ((void));
extern int hourglass_started P_ ((void));
extern int display_hourglass_p;
+extern int hourglass_shown_p;
+struct atimer; /* Defined in atimer.h. */
+/* If non-null, an asynchronous timer that, when it expires, displays
+ an hourglass cursor on all frames. */
+extern struct atimer *hourglass_atimer;
+
+/* Each GUI implements these. PENDING: move into RIF. */
+extern void show_hourglass P_ ((struct atimer *));
+extern void hide_hourglass P_ ((void));
/* Returns the background color of IMG, calculating one heuristically if
necessary. If non-zero, XIMG is an existing XImage object to use for
- [Emacs-diffs] Changes to emacs/src/dispextern.h,v, Miles Bader, 2008/07/01
- [Emacs-diffs] Changes to emacs/src/dispextern.h,v,
Adrian Robert <=
- [Emacs-diffs] Changes to emacs/src/dispextern.h,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/dispextern.h,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/dispextern.h,v, Dan Nicolaescu, 2008/07/27