Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/bin
Modified Files:
edje_cc_handlers.c
Log Message:
deprecated description.border, use description.image.border instead, since border only
applies to image parts.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_handlers.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- edje_cc_handlers.c 19 Oct 2004 16:50:09 -0000 1.42
+++ edje_cc_handlers.c 19 Oct 2004 17:01:05 -0000 1.43
@@ -53,6 +53,7 @@
static void st_collections_group_parts_part_description_rel2_to_y(void);
static void st_collections_group_parts_part_description_image_normal(void);
static void st_collections_group_parts_part_description_image_tween(void);
+static void st_collections_group_parts_part_description_image_border(void);
static void st_collections_group_parts_part_description_border(void);
static void st_collections_group_parts_part_description_fill_smooth(void);
static void st_collections_group_parts_part_description_fill_origin_relative(void);
@@ -144,6 +145,7 @@
{"collections.group.parts.part.description.image.tween",
st_collections_group_parts_part_description_image_tween},
{"collections.group.parts.part.description.image.image", st_images_image}, /*
dup */
{"collections.group.parts.part.description.image.images.image",
st_images_image}, /* dup */
+ {"collections.group.parts.part.description.image.border",
st_collections_group_parts_part_description_image_border},
{"collections.group.parts.part.description.border",
st_collections_group_parts_part_description_border},
{"collections.group.parts.part.description.fill.smooth",
st_collections_group_parts_part_description_fill_smooth},
{"collections.group.parts.part.description.fill.origin.relative",
st_collections_group_parts_part_description_fill_origin_relative},
@@ -1203,7 +1205,7 @@
}
static void
-st_collections_group_parts_part_description_border(void)
+st_collections_group_parts_part_description_image_border(void)
{
Edje_Part_Collection *pc;
Edje_Part *ep;
@@ -1220,6 +1222,16 @@
}
static void
+st_collections_group_parts_part_description_border(void)
+{
+ fprintf(stderr, "%s: Warning. %s:%i: description.border is deprecated, "
+ "use description.image.border instead.\n",
+ progname, file_in, line);
+
+ st_collections_group_parts_part_description_image_border ();
+}
+
+static void
st_collections_group_parts_part_description_fill_smooth(void)
{
Edje_Part_Collection *pc;
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs