rnd-20140117-1-src
[rocksndiamonds.git] / src / libgame / system.c
index b6cdf649725b3fd08feccd44f152430e4a3069ca..94fe631b87a12e3f421dbf0b6148fc55443ce23d 100644 (file)
@@ -415,6 +415,13 @@ inline static void sysCopyArea(Bitmap *src_bitmap, Bitmap *dst_bitmap,
 #endif
 }
 
+void LimitScreenUpdates(boolean enable)
+{
+#if defined(TARGET_SDL)
+  SDLLimitScreenUpdates(enable);
+#endif
+}
+
 void InitVideoDisplay(void)
 {
 #if defined(TARGET_SDL)
@@ -438,7 +445,9 @@ void CloseVideoDisplay(void)
 
 void InitVideoBuffer(int width, int height, int depth, boolean fullscreen)
 {
+#if 0
   printf("::: InitVideoBuffer\n");
+#endif
 
   video.width = width;
   video.height = height;