Fresco/Fresco-IDL/share/idl/Fresco RasterKit.idl,1.8,1.9
Stefan Seefeld <[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-serv28932/Fresco-IDL/share/idl/Fresco
Modified Files:
RasterKit.idl
Log Message:
rename ImageKit to RasterKit
Index: RasterKit.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/RasterKit.idl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- RasterKit.idl 9 Feb 2003 19:03:54 -0000 1.8
+++ RasterKit.idl 18 Feb 2003 21:18:15 -0000 1.9
@@ -21,8 +21,8 @@
* MA 02139, USA.
*/
-#ifndef _Fresco_ImageKit_idl
-#define _Fresco_ImageKit_idl
+#ifndef _Fresco_RasterKit_idl
+#define _Fresco_RasterKit_idl
#include <Fresco/Types.idl>
#include <Fresco/Kit.idl>
@@ -32,14 +32,14 @@
module Fresco
{
- //. The ImageKit is used to add pixelbased Images into the SceneGraph.
+ //. The RasterKit is used to add pixelbased Images into the SceneGraph.
//. Raster holds the detailed image data corresponding to a picture
//. or texture mapping on the screen (or in memory).
//.
//. It is generally contained within an Image object, which handles
//. all of the nasty details related to layout and so forth.
- interface ImageKit : Kit
+ interface RasterKit : Kit
{
//. Create an empty Raster.
Raster create_empty_raster();