rnd-20140114-1-src
[rocksndiamonds.git] / src / libgame / x11.h
index 2ebaf86ca00d883c0e8bda78c77ce98d049b0070..dc22d353d50af81e00266b27375034dd7399b0a0 100644 (file)
@@ -43,6 +43,7 @@
 #define TARGET_X11_NATIVE_PERFORMANCE_WORKAROUND
 #endif
 
+#define WINDOW_SCALING_STATUS  WINDOW_SCALING_NOT_AVAILABLE
 #define FULLSCREEN_STATUS      FULLSCREEN_NOT_AVAILABLE
 
 #define CURSOR_MAX_WIDTH       32
@@ -333,6 +334,8 @@ struct MouseCursorInfo
 void X11InitVideoDisplay(void);
 void X11InitVideoBuffer(DrawBuffer **, DrawWindow **);
 
+void X11CloseWindow(DrawWindow *);
+
 void X11ZoomBitmap(Bitmap *, Bitmap *);
 Bitmap *X11LoadImage(char *);