Add Eina_Rectangle_Pool support. Typically help for font handling in OpenGL or
authorcedric <cedric>
Mon, 27 Oct 2008 20:24:12 +0000 (20:24 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 27 Oct 2008 20:24:12 +0000 (20:24 +0000)
commit67be6b056cb3a840b6e9bb28b1a256c3a0d9ddc9
tree57592c623c2cbb1462f500b471c31dc9aca6194c
parent88945376b59f94d691b740391d67c4ba65268835
Add Eina_Rectangle_Pool support. Typically help for font handling in OpenGL or
any case where you need to split a rectangle in many differents small rectangle.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@37252 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/Makefile.am
src/include/eina_inline_rectangle.x [new file with mode: 0644]
src/include/eina_rectangle.h
src/lib/Makefile.am
src/lib/eina_main.c
src/lib/eina_rectangle.c [new file with mode: 0644]
src/tests/Makefile.am
src/tests/eina_suite.c
src/tests/eina_suite.h
src/tests/eina_test_main.c
src/tests/eina_test_rectangle.c [new file with mode: 0644]