added editor graphics definitions for BD style firefly and butterfly
authorHolger Schemel <holger.schemel@virtion.de>
Mon, 2 Dec 2024 17:36:45 +0000 (18:36 +0100)
committerHolger Schemel <holger.schemel@virtion.de>
Mon, 2 Dec 2024 14:37:28 +0000 (15:37 +0100)
src/conf_gfx.c

index 1565764e0683ae3d030ae4229d6d7ffcb954077f..03aa6321857a880f766669589f4656c028c55b5f 100644 (file)
@@ -464,12 +464,20 @@ struct ConfigInfo image_config[] =
   { "bdx_butterfly_1.clone_from",                      "bd_butterfly"                  },
   { "bdx_butterfly_1.right",                           UNDEFINED_FILENAME              },
   { "bdx_butterfly_1.right.clone_from",                        "bd_butterfly.right"            },
+  { "bdx_butterfly_1.right.EDITOR",                    UNDEFINED_FILENAME              },
+  { "bdx_butterfly_1.right.EDITOR.clone_from",         "bd_butterfly.right.EDITOR"     },
   { "bdx_butterfly_1.up",                              UNDEFINED_FILENAME              },
   { "bdx_butterfly_1.up.clone_from",                   "bd_butterfly.up"               },
+  { "bdx_butterfly_1.up.EDITOR",                       UNDEFINED_FILENAME              },
+  { "bdx_butterfly_1.up.EDITOR.clone_from",            "bd_butterfly.up.EDITOR"        },
   { "bdx_butterfly_1.left",                            UNDEFINED_FILENAME              },
   { "bdx_butterfly_1.left.clone_from",                 "bd_butterfly.left"             },
+  { "bdx_butterfly_1.left.EDITOR",                     UNDEFINED_FILENAME              },
+  { "bdx_butterfly_1.left.EDITOR.clone_from",          "bd_butterfly.left.EDITOR"      },
   { "bdx_butterfly_1.down",                            UNDEFINED_FILENAME              },
   { "bdx_butterfly_1.down.clone_from",                 "bd_butterfly.down"             },
+  { "bdx_butterfly_1.down.EDITOR",                     UNDEFINED_FILENAME              },
+  { "bdx_butterfly_1.down.EDITOR.clone_from",          "bd_butterfly.down.EDITOR"      },
 
   { "bdx_butterfly_2",                                 "RocksBD.png"                   },
   { "bdx_butterfly_2.xpos",                            "0"                             },
@@ -523,12 +531,20 @@ struct ConfigInfo image_config[] =
   { "bdx_firefly_1.clone_from",                                "bd_firefly"                    },
   { "bdx_firefly_1.right",                             UNDEFINED_FILENAME              },
   { "bdx_firefly_1.right.clone_from",                  "bd_firefly.right"              },
+  { "bdx_firefly_1.right.EDITOR",                      UNDEFINED_FILENAME              },
+  { "bdx_firefly_1.right.EDITOR.clone_from",           "bd_firefly.right.EDITOR"       },
   { "bdx_firefly_1.up",                                        UNDEFINED_FILENAME              },
   { "bdx_firefly_1.up.clone_from",                     "bd_firefly.up"                 },
+  { "bdx_firefly_1.up.EDITOR",                         UNDEFINED_FILENAME              },
+  { "bdx_firefly_1.up.EDITOR.clone_from",              "bd_firefly.up.EDITOR"          },
   { "bdx_firefly_1.left",                              UNDEFINED_FILENAME              },
   { "bdx_firefly_1.left.clone_from",                   "bd_firefly.left"               },
+  { "bdx_firefly_1.left.EDITOR",                       UNDEFINED_FILENAME              },
+  { "bdx_firefly_1.left.EDITOR.clone_from",            "bd_firefly.left.EDITOR"        },
   { "bdx_firefly_1.down",                              UNDEFINED_FILENAME              },
   { "bdx_firefly_1.down.clone_from",                   "bd_firefly.down"               },
+  { "bdx_firefly_1.down.EDITOR",                       UNDEFINED_FILENAME              },
+  { "bdx_firefly_1.down.EDITOR.clone_from",            "bd_firefly.down.EDITOR"        },
 
   { "bdx_firefly_2",                                   "RocksBD.png"                   },
   { "bdx_firefly_2.xpos",                              "2"                             },