added storing active or opening/closing request dialog area into texture
[rocksndiamonds.git] / src / main.h
index 6dc9881ff5f355cb5bb5b9a0927b234430432c9a..4745e393ef2f57cc4ca2d0ff7550bdcb6980b34e 100644 (file)
@@ -2894,6 +2894,11 @@ struct RequestInfo
   boolean autowrap;
   boolean centered;
   boolean wrap_single_words;
+
+  // run-time values
+  Bitmap *bitmap;
+  int sx, sy;
+  int xsize, ysize;
 };
 
 struct PreviewInfo