rnd-19981110-1
[rocksndiamonds.git] / src / image.h
index b6c6dfbdd9c355ceb2ad670504f77a91c280ebf0..e1160c18494524c6c96b62bbbc26bad9d0804ef9 100644 (file)
@@ -108,3 +108,8 @@ Image *monochrome();
 Image *zoom();
 
 void compress();
+
+Pixmap XImage_to_Pixmap(Display *, Window, XImageInfo *);
+XImageInfo *Image_to_XImage(Display *, int, Visual *, unsigned int, Image *);
+void XImage_to_Drawable(XImageInfo *, int, int, int, int,
+                       unsigned int, unsigned int);