diff --git a/legacy/edje/src/bin/edje_cc_handlers.c b/legacy/edje/src/bin/edje_cc_handlers.c index 2f9f089676..a3cff40941 100644 --- a/legacy/edje/src/bin/edje_cc_handlers.c +++ b/legacy/edje/src/bin/edje_cc_handlers.c @@ -180,10 +180,14 @@ New_Object_Handler object_handlers[] = {"collections.group.parts.part.description.rel1.relative", NULL}, {"collections.group.parts.part.description.rel1.offset", NULL}, {"collections.group.parts.part.description.rel1.to", NULL}, + {"collections.group.parts.part.description.rel1.to_x", NULL}, + {"collections.group.parts.part.description.rel1.to_y", NULL}, {"collections.group.parts.part.description.rel2", NULL}, {"collections.group.parts.part.description.rel2.relative", NULL}, {"collections.group.parts.part.description.rel2.offset", NULL}, {"collections.group.parts.part.description.rel2.to", NULL}, + {"collections.group.parts.part.description.rel2.to_x", NULL}, + {"collections.group.parts.part.description.rel2.to_y", NULL}, {"collections.group.parts.part.description.image", NULL}, {"collections.group.parts.part.description.image.normal", NULL}, {"collections.group.parts.part.description.image.tween", NULL},