X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fx11.h;h=9f2efee8b44470fe7a03fc8c5c23a869a5372ac2;hp=2ebaf86ca00d883c0e8bda78c77ce98d049b0070;hb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;hpb=f965a2a6e56dd5c1e91b306dfd52b38b1dd49537 diff --git a/src/libgame/x11.h b/src/libgame/x11.h index 2ebaf86c..9f2efee8 100644 --- a/src/libgame/x11.h +++ b/src/libgame/x11.h @@ -333,6 +333,8 @@ struct MouseCursorInfo void X11InitVideoDisplay(void); void X11InitVideoBuffer(DrawBuffer **, DrawWindow **); +void X11CloseWindow(DrawWindow *); + void X11ZoomBitmap(Bitmap *, Bitmap *); Bitmap *X11LoadImage(char *);