rnd-20030404-1-src
[rocksndiamonds.git] / src / libgame / x11.h
index b0a503653e500652f2e9054401b7fae37c551252..bce8ea69b8d75e5f33eea7c0f7a2cfff4154cadf 100644 (file)
@@ -308,6 +308,8 @@ inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **);
 void X11ZoomBitmap(Bitmap *, Bitmap *);
 Bitmap *X11LoadImage(char *);
 
+inline void X11CreateBitmapContent(Bitmap *, int, int, int);
+inline void X11FreeBitmapPointers(Bitmap *);
 inline void X11CopyArea(Bitmap *, Bitmap *, int, int, int, int, int, int, int);
 inline void X11FillRectangle(Bitmap *, int, int, int, int, Pixel);
 inline Pixel X11GetPixel(Bitmap *, int, int);