X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fimage.h;fp=src%2Fimage.h;h=ac046dd14b1efe00cf9b36351455fe3de1b90f1a;hb=0a87fde47bcff35f196024766f8d0d00319a28d1;hp=5f96d592f6f71cbebeca6d43347defab1b8c89df;hpb=19e168a132d1c0543a13cbf9495f579c137dea94;p=rocksndiamonds.git diff --git a/src/image.h b/src/image.h index 5f96d592..ac046dd1 100644 --- a/src/image.h +++ b/src/image.h @@ -56,7 +56,7 @@ typedef struct #define PCX_NoMemory -4 #define PCX_ColorFailed -5 -int Read_PCX_to_Pixmaps(Display *, Window, GC, char *, Pixmap *, Pixmap *); +int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *); Image *Read_PCX_to_Image(char *); Image *newImage(unsigned int, unsigned int, unsigned int);