home *** CD-ROM | disk | FTP | other *** search
- extern void CreateImage(Widget w, image_data_t *data);
- extern void CreateImageOld(Widget w, image_data_t *data);
- extern void InitBuffer(image_data_t *data);
- extern void BufferPoint(Widget w, image_data_t *data, int color, int x, int y);
- extern void FlushBuffer(Widget w, image_data_t *data);
- extern void BufferRectangle(image_data_t *data, int color, int x0, int y0,
- int x1, int y1);
-