X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fx11.h;h=3db9bae3aac2427a7329a46eaf8535e1a1341ef6;hp=c643dc72255e8ca587d5106fad00f61ca5a2293b;hb=3d52a86d358f5b1a4b36b80df5d659bce1f5a3a6;hpb=8d93b043cc23f5a580363763ad459913127a8664 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 */