X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fx11.h;h=3db9bae3aac2427a7329a46eaf8535e1a1341ef6;hb=bbe75d04a9fc20a80073e7f2c8d95ee1341a143f;hp=c643dc72255e8ca587d5106fad00f61ca5a2293b;hpb=994cb017022c658f115e3c9fc927d8a0cc83832c;p=rocksndiamonds.git diff --git a/src/libgame/x11.h b/src/libgame/x11.h index c643dc72..3db9bae3 100644 --- a/src/libgame/x11.h +++ b/src/libgame/x11.h @@ -304,6 +304,9 @@ struct XY inline void X11InitVideoDisplay(void); inline void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); + +void X11ZoomBitmap(Bitmap *, Bitmap *); + Bitmap *X11LoadImage(char *); #endif /* X11_H */