Add edje_color_class_del(), edje_object_color_class_del() and edje_color_class_list().

Use stringshare for cc names.


SVN revision: 19862
This commit is contained in:
rephorm 2006-01-17 02:41:26 +00:00 committed by rephorm
parent a58af07dd7
commit 24b55bb6c2
1 changed files with 4 additions and 4 deletions

View File

@ -682,7 +682,7 @@ struct _Edje_Text_Style
struct _Edje_Color_Class
{
char *name;
const char *name;
unsigned char r, g, b, a;
unsigned char r2, g2, b2, a2;
unsigned char r3, g3, b3, a3;
@ -690,9 +690,9 @@ struct _Edje_Color_Class
struct _Edje_Text_Class
{
char *name;
char *font;
double size;
const char *name;
const char *font;
double size;
};
struct _Edje_Var_Int