summaryrefslogtreecommitdiffstats
path: root/byterun/rotatecursor.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1997-11-12 18:59:32 +0000
committerDamien Doligez <damien.doligez-inria.fr>1997-11-12 18:59:32 +0000
commit59130591cf4b3b5f1949793f1db34c5fb8cc51c7 (patch)
tree36d426389f801fc9e5659d52fb70fdbd08059c82 /byterun/rotatecursor.h
parent716a30000cd136e11d005e830f82631438a059a9 (diff)
Macintosh
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1762 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/rotatecursor.h')
-rw-r--r--byterun/rotatecursor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/rotatecursor.h b/byterun/rotatecursor.h
index 11230d23e..c15226e8d 100644
--- a/byterun/rotatecursor.h
+++ b/byterun/rotatecursor.h
@@ -21,9 +21,9 @@
*/
void rotatecursor_init (int volatile *p1, int volatile *p2);
-/* [direction] is 1 to rotate the cursor clockwise, 0 to rotate
- counterclockwise. This function always returns 0.
+/* [reverse] is 0 to rotate the cursor clockwise, anything else to
+ rotate counterclockwise. This function always returns 0.
*/
-int rotatecursor_action (int direction);
+int rotatecursor_action (int reverse);
#endif /* _rotatecursor_ */