X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fx11.h;h=9f2efee8b44470fe7a03fc8c5c23a869a5372ac2;hb=8848a001bf529a3e06710b80b928094e48f25aa8;hp=2ebaf86ca00d883c0e8bda78c77ce98d049b0070;hpb=9cb181e05e485435ef48586dd4f2811ba1e672b3;p=rocksndiamonds.git 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 *);