summaryrefslogtreecommitdiffstats
path: root/byterun/rotatecursor.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1996-11-25 15:53:57 +0000
committerDamien Doligez <damien.doligez-inria.fr>1996-11-25 15:53:57 +0000
commitde5a97fd945dd9ea03756327edd364082c9c0a53 (patch)
tree66bf750947a58d3e4e14420b818b4dc582d7de93 /byterun/rotatecursor.c
parent10436b0fcaf879266c9f9c4f6504aac62993b353 (diff)
Makefile.Mac: ajout de callback.c
interp.a: suppression des callbacks minor_gc.c: cosmetique rotatecursor.c: on passe a 20 Hz macintosh.c: support pour sys.c git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1201 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/rotatecursor.c')
-rw-r--r--byterun/rotatecursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/rotatecursor.c b/byterun/rotatecursor.c
index 9e6cb15c0..85eb31161 100644
--- a/byterun/rotatecursor.c
+++ b/byterun/rotatecursor.c
@@ -72,7 +72,7 @@ void rotatecursor_init (int volatile *p1, int volatile *p2)
int rotatecursor_action (int direction)
{
- PrimeTime ((QElemPtr) &mytmtask, 62); /* 16 Hz */
+ PrimeTime ((QElemPtr) &mytmtask, 50); /* 20 Hz */
RotateCursor (direction ? 32 : -32);
return 0;
}