To: eric.rannaud at netcourrier.com Cc: lablgtk at kaba.or.jp Subject: Re: Error in gdk.ml and gdk.mli In-Reply-To: <20010219181656.A3425 at enigma.local.fr> References: <20010219181656.A3425 at enigma.local.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010220103735T.garrigue at kurims.kyoto-u.ac.jp> Date: Tue, 20 Feb 2001 10:37:35 +0900 From: Jacques Garrigue Lines: 14 > In file gdk.ml, module Pixmap, function create_from_data: > --wrong code-- > external create_from_data : > window -> string -> width:int -> height:int -> depth:int -> > fg:Color.t -> bg:Color.t -> pixmap > = "ml_gdk_pixmap_create_from_data_bc" "ml_gk_pixmap_create_from_data" > ^^^^^^^ Thanks for the fix. Since the function is external, this bug only appears when you write code using it, and compile it with ocamlopt, which probably nobody did before. Jacques