ocaml packages: add headers to test programs

This commit is contained in:
Tony Theodore 2012-12-14 19:37:46 +11:00
parent 2121da9bed
commit 4be9b86135
6 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
let on_expose_event widget _ =
let open Cairo in
let drawable = widget#misc#window in
@ -23,4 +28,3 @@ let () =
window#set_default_size ~width:590 ~height:80;
window#show ();
GMain.main ()

View File

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open Images
open Ximage2
open Png

View File

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open Printf
open Format
let _ =

View File

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open Printf
open Format
let _ =

View File

@ -1,3 +1,8 @@
/*
* This file is part of MXE.
* See index.html for further information.
*/
/*****************************************************************
FlexDLL
Alain Frisch

View File

@ -1,3 +1,8 @@
(*
This file is part of MXE.
See index.html for further information.
*)
open GlGtk
let destroy () = GMain.Main.quit ()