diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-14 09:00:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-14 10:33:46 (GMT) |
commit | 2a050c5ab83120e0c102970354202003b3d7badf (patch) | |
tree | 5e8aec4ef98f2ec738c693fede43e96706c21616 /src/ocaml-cairo-test.ml | |
parent | a489655ebc186987a35f05925a23209e450a02db (diff) | |
download | mxe-2a050c5ab83120e0c102970354202003b3d7badf.zip mxe-2a050c5ab83120e0c102970354202003b3d7badf.tar.gz mxe-2a050c5ab83120e0c102970354202003b3d7badf.tar.bz2 |
ocaml packages: run make cleanup-style
Diffstat (limited to 'src/ocaml-cairo-test.ml')
-rw-r--r-- | src/ocaml-cairo-test.ml | 2 |
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; |