rnd-19980906
[rocksndiamonds.git] / src / gifload.h
index 060749675a2dd30ea3d4148f76a730d2da75b17e..967221de659d11e0552ba5df1f8c3821ca9f159f 100644 (file)
 #define GIF_NoMemory           -4
 #define GIF_ColorFailed                -5
 
-int Read_GIF_to_Image(Display *, Window, char *);
-int Read_GIF_to_Bitmap(Display *, char *, Pixmap *);
-int Read_GIF_to_Pixmap(Display *, char *, Pixmap *);
-int Read_GIF_to_XImage(Display *, char *, XImage **);
-
+int Read_GIF_to_Pixmaps(Display *, Window, char *, Pixmap *, Pixmap *);
 #endif
 
 #endif