diff options
Diffstat (limited to 'otherlibs/graph/image.h')
-rw-r--r-- | otherlibs/graph/image.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/graph/image.h b/otherlibs/graph/image.h index 761cb16aa..afe3a60ca 100644 --- a/otherlibs/graph/image.h +++ b/otherlibs/graph/image.h @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + struct grimage { final_fun f; /* Finalization function */ int width, height; /* Dimensions of the image */ |