Fresco/Berlin/include/Berlin PNG.hh,1.3,1.4
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/include/Berlin
In directory purcel:/tmp/cvs-serv24544/Berlin/include/Berlin
Modified Files:
PNG.hh
Log Message:
Implement RasterImpl::load_pixels()
Index: PNG.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/include/Berlin/PNG.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PNG.hh 8 Feb 2003 06:46:10 -0000 1.3
+++ PNG.hh 17 Feb 2003 02:05:34 -0000 1.4
@@ -57,8 +57,8 @@
unsigned char **);
Fresco::Raster::ColorSeq *pixels(unsigned long, unsigned long, unsigned long,
unsigned long, unsigned char *const *);
- void pixels(unsigned long, unsigned long, unsigned long, unsigned long,
- const Fresco::Raster::ColorSeq &, unsigned char **);
+ unsigned char **pixels(unsigned long, unsigned long, unsigned long,
+ unsigned long, const Fresco::Raster::ColorSeq &);
unsigned char **read(const std::string &);
void write(const std::string &, unsigned char *const *);
private: