From 921f0bd25008468cec7810118d64cb16d4a38af9 Mon Sep 17 00:00:00 2001 From: barbieri Date: Mon, 22 Nov 2010 22:05:03 +0000 Subject: [PATCH] keep the same order so eet serialization works properly. Fonts should be the same as Edje_Font_Directory_Entry as it's serialized using the same eet descriptor, so the fields should match their order. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@54835 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edje_cc.h b/src/bin/edje_cc.h index 002bafc..c767958 100644 --- a/src/bin/edje_cc.h +++ b/src/bin/edje_cc.h @@ -70,8 +70,8 @@ struct _Font_List struct _Font { - char *file; char *name; + char *file; }; struct _Code -- 2.7.4