rnd-20000807-2-src
[rocksndiamonds.git] / src / system.c
index 6b85ccb38c219d7fe790031bdbf817a355c179d6..ac3375454475790b1ca0e7553fa9feba4fb545e5 100644 (file)
@@ -88,6 +88,10 @@ inline void FlushDisplay()
 {
 #ifndef USE_SDL_LIBRARY
   XFlush(display);
+#else
+#if 0
+  SDL_UpdateRect(window, 0, 0, 0, 0);
+#endif
 #endif
 }