diff options
Diffstat (limited to 'maccaml/glue.c')
-rw-r--r-- | maccaml/glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maccaml/glue.c b/maccaml/glue.c index eadfc274a..9c1becd89 100644 --- a/maccaml/glue.c +++ b/maccaml/glue.c @@ -178,7 +178,7 @@ OSErr launch_caml_main (void) if (envPtr == NULL){ err = MemError (); goto failed; } memcpy (envPtr, *template, len); - rotatecursor_init (&something_to_do); + rotatecursor_options (&something_to_do, 50); err = WinOpenToplevel (); if (err != noErr) ExitApplication (); |