rnd-20100417-1-src
[rocksndiamonds.git] / src / conf_var.c
index 4593e424fe06449c878de11d07f29b593d446d80..e12f0015938b77fd769bb1a0c30248caab987ee6 100644 (file)
@@ -5100,6 +5100,14 @@ struct TokenIntPtrInfo image_config_vars[] =
     "viewport.window.height",
     &viewport.window.height
   },
+  {
+    "viewport.playfield.x",
+    &viewport.playfield[GFX_SPECIAL_ARG_DEFAULT].x
+  },
+  {
+    "viewport.playfield.y",
+    &viewport.playfield[GFX_SPECIAL_ARG_DEFAULT].y
+  },
   {
     "viewport.playfield.width",
     &viewport.playfield[GFX_SPECIAL_ARG_DEFAULT].width
@@ -5108,6 +5116,18 @@ struct TokenIntPtrInfo image_config_vars[] =
     "viewport.playfield.height",
     &viewport.playfield[GFX_SPECIAL_ARG_DEFAULT].height
   },
+  {
+    "viewport.playfield.border_size",
+    &viewport.playfield[GFX_SPECIAL_ARG_DEFAULT].border_size
+  },
+  {
+    "viewport.playfield.MAIN.x",
+    &viewport.playfield[GFX_SPECIAL_ARG_MAIN].x
+  },
+  {
+    "viewport.playfield.MAIN.y",
+    &viewport.playfield[GFX_SPECIAL_ARG_MAIN].y
+  },
   {
     "viewport.playfield.MAIN.width",
     &viewport.playfield[GFX_SPECIAL_ARG_MAIN].width
@@ -5116,6 +5136,18 @@ struct TokenIntPtrInfo image_config_vars[] =
     "viewport.playfield.MAIN.height",
     &viewport.playfield[GFX_SPECIAL_ARG_MAIN].height
   },
+  {
+    "viewport.playfield.MAIN.border_size",
+    &viewport.playfield[GFX_SPECIAL_ARG_MAIN].border_size
+  },
+  {
+    "viewport.playfield.PLAYING.x",
+    &viewport.playfield[GFX_SPECIAL_ARG_PLAYING].x
+  },
+  {
+    "viewport.playfield.PLAYING.y",
+    &viewport.playfield[GFX_SPECIAL_ARG_PLAYING].y
+  },
   {
     "viewport.playfield.PLAYING.width",
     &viewport.playfield[GFX_SPECIAL_ARG_PLAYING].width
@@ -5124,6 +5156,18 @@ struct TokenIntPtrInfo image_config_vars[] =
     "viewport.playfield.PLAYING.height",
     &viewport.playfield[GFX_SPECIAL_ARG_PLAYING].height
   },
+  {
+    "viewport.playfield.PLAYING.border_size",
+    &viewport.playfield[GFX_SPECIAL_ARG_PLAYING].border_size
+  },
+  {
+    "viewport.playfield.EDITOR.x",
+    &viewport.playfield[GFX_SPECIAL_ARG_EDITOR].x
+  },
+  {
+    "viewport.playfield.EDITOR.y",
+    &viewport.playfield[GFX_SPECIAL_ARG_EDITOR].y
+  },
   {
     "viewport.playfield.EDITOR.width",
     &viewport.playfield[GFX_SPECIAL_ARG_EDITOR].width
@@ -5132,6 +5176,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "viewport.playfield.EDITOR.height",
     &viewport.playfield[GFX_SPECIAL_ARG_EDITOR].height
   },
+  {
+    "viewport.playfield.EDITOR.border_size",
+    &viewport.playfield[GFX_SPECIAL_ARG_EDITOR].border_size
+  },
   {
     "viewport.door_1.x",
     &viewport.door_1[GFX_SPECIAL_ARG_DEFAULT].x