projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d427b
)
keep the same order so eet serialization works properly.
author
barbieri
<barbieri>
Mon, 22 Nov 2010 22:05:03 +0000
(22:05 +0000)
committer
barbieri
<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: http://svn.enlightenment.org/svn/e/trunk/edje@54835
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/edje_cc.h
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc.h
b/src/bin/edje_cc.h
index
002bafc
..
c767958
100644
(file)
--- 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