Fix issue when using word-cache: Make sure we have a 'last' word
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Oct 2010 21:07:53 +0000 (21:07 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Oct 2010 21:07:53 +0000 (21:07 +0000)
commitfb2c7c58656bf7afc6e42dc322c849bb57577d35
treedf94fda8cdc4d783f8205c8ee0b3f539e178661e
parent2096a2ea9bf8258fdc06a846d224bbb7b4d18c80
Fix issue when using word-cache: Make sure we have a 'last' word
before trying to free it, else we segfault.

Fix compiler warnings wrt const vs non-const of Evas_BiDi_Props.
Fix formatting and remove whitespace also.

NB: The major change here is in evas_font_word_prerender wrt freeing
the 'last' word of the cache.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@53166 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/engines/common/evas_font_draw.c