enlightenment/data
rbdpngn a396ecc22f Spaces in macro calls cause Apple's cpp to insert those spaces in the result.
#define IMAGE(TYPE, NAME) TYPE: "button"NAME".png"
	IMAGE(normal, "foo");
Results in:
	normal: "button" "foo"".png"
Which edje_cc cannot parse correctly as it views this as 2 arguments to the
normal keyword.


SVN revision: 13797
2005-03-20 06:32:06 +00:00
..
fonts Quiet! 2004-12-02 18:41:29 +00:00
icons gadget icon and nicer windows icon 2005-01-22 15:56:19 +00:00
images slightly better goldy bit 2005-01-06 09:34:29 +00:00
init 1. e17's init icons get put into an e_box for arrangement nad the init splash 2005-02-28 05:35:02 +00:00
other Quiet! 2004-12-02 18:41:29 +00:00
themes Spaces in macro calls cause Apple's cpp to insert those spaces in the result. 2005-03-20 06:32:06 +00:00
.cvsignore Quiet! 2004-12-02 18:41:29 +00:00
Makefile.am fix some png's.. that seem to get screwed if loading into gimp. also move to 2004-12-24 04:30:58 +00:00