summaryrefslogtreecommitdiffstats
path: root/src/ocaml-cairo-test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocaml-cairo-test.ml')
-rw-r--r--src/ocaml-cairo-test.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-cairo-test.ml b/src/ocaml-cairo-test.ml
index 19fdb20..e26e32f 100644
--- a/src/ocaml-cairo-test.ml
+++ b/src/ocaml-cairo-test.ml
@@ -22,7 +22,7 @@ let () =
~title:"transparency"
~position:`CENTER () in
ignore(window#event#connect#after#expose
- (on_expose_event window));
+ (on_expose_event window));
ignore(window#connect#destroy GMain.quit);
window#misc#set_app_paintable true;
window#set_default_size ~width:590 ~height:80;