summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/example/eyes.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/example/eyes.ml')
-rw-r--r--otherlibs/labltk/example/eyes.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/example/eyes.ml b/otherlibs/labltk/example/eyes.ml
index 73286d303..a20116ed5 100644
--- a/otherlibs/labltk/example/eyes.ml
+++ b/otherlibs/labltk/example/eyes.ml
@@ -48,7 +48,7 @@ let _ =
else
e.ev_MouseX, e.ev_MouseY
in
- Canvas.move ~x: (nx - !curx) ~y: (ny - !cury) c o;
+ Canvas.move c o ~x: (nx - !curx) ~y: (ny - !cury);
curx := nx;
cury := ny)
c