efl/legacy/evas/src/lib/file
Carsten Haitzler 1bf34243f6 move co-ordinates to be their own type. this is a good thing, because ti
allows me to be able to virtualize he canvas co-ordinate system. right now
it's doubles. i can now move to floats, int's etc. with a recompile (and well
recompile all depending apps too). it's still ACTUALLY doubles, just all
typedef'ed now. i've also changed booleans to actual boolean types (not an
int), all code will keep working - but i'd highly suggest moving your code to
use these types if interacting with evas.


SVN revision: 7644
2003-10-18 03:34:00 +00:00
..
Makefile.am maybe debians include system might be happier now... 2002-12-30 00:48:39 +00:00
evas_path.c move co-ordinates to be their own type. this is a good thing, because ti 2003-10-18 03:34:00 +00:00