keep the same order so eet serialization works properly.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Nov 2010 22:05:03 +0000 (22:05 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Nov 2010 22:05:03 +0000 (22:05 +0000)
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

index 002bafc..c767958 100644 (file)
@@ -70,8 +70,8 @@ struct _Font_List
 
 struct _Font
 {
-   char *file;
    char *name;
+   char *file;
 };
 
 struct _Code