Fresco/Fresco-IDL/share/idl/Fresco RasterKit.idl,1.9,1.10
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco
In directory purcel:/tmp/cvs-serv31230/Fresco-IDL/share/idl/Fresco
Modified Files:
RasterKit.idl
Log Message:
Change to the semantics of both Raster::load_pixels and
RasterKit::create_empty_raster.
Index: RasterKit.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/RasterKit.idl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- RasterKit.idl 18 Feb 2003 21:18:15 -0000 1.9
+++ RasterKit.idl 20 Feb 2003 02:36:41 -0000 1.10
@@ -42,7 +42,7 @@
interface RasterKit : Kit
{
//. Create an empty Raster.
- Raster create_empty_raster();
+ Raster create_empty_raster(in Raster::Info rinfo);
//. Create a Raster from a file. 'rasterpath' from Berlin's config file
//. is prepended! If the file is not found a the ImageKit
//. falls back to 'berlin-128.png' in 'rasterpath'.