summaryrefslogtreecommitdiffstats
path: root/byterun/rotatecursor.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1998-10-02 13:02:32 +0000
committerDamien Doligez <damien.doligez-inria.fr>1998-10-02 13:02:32 +0000
commit1785aa4ef9afce6807d5d810687b376620618cf9 (patch)
treee11f59bd40aa82a9cff2f63de8ee9e9e27a619be /byterun/rotatecursor.h
parent89074600b8f8425a829f253a27580b5548fd8193 (diff)
portage MacOS standalone: T=0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2111 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/rotatecursor.h')
-rw-r--r--byterun/rotatecursor.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/byterun/rotatecursor.h b/byterun/rotatecursor.h
index c15226e8d..8951c418d 100644
--- a/byterun/rotatecursor.h
+++ b/byterun/rotatecursor.h
@@ -16,10 +16,14 @@
#ifndef _rotatecursor_
#define _rotatecursor_
-/* [*p1] and [*p2] will be set to 1 when the time comes to call
- [ui_periodic_action]. If p1 or p2 is not used, pass it as NULL.
+/* [have_to_interact] will be magically set to 1 when the time comes to
+ call [rotatecursor_action]. */
+extern int volatile have_to_interact;
+
+/* [*p1] and [have_to_interact] will be set to 1 when the time comes to
+ call [rotatecursor_action]. If p1 is not used, pass it as NULL.
*/
-void rotatecursor_init (int volatile *p1, int volatile *p2);
+void rotatecursor_init (int volatile *p1);
/* [reverse] is 0 to rotate the cursor clockwise, anything else to
rotate counterclockwise. This function always returns 0.