efl/legacy/evas/src/lib
Gustavo Sverzut Barbieri a22dac6ea3 Add missing evas_common prefix, avoid symbol redefinition.
soft16 was written as a single engine, thus it was all static/global
and had no EAPI in its functions, but then it was moved into
"src/lib/common_16" and got that, but got no prefix! That could cause
clash with other libraries, so adding such prefix.

soft8 was a copy of 16, thus had the same problems.

the engines were all based on software_x11, thus they defined the same
methods to deal with Xlib, however if you link them all in the same
binary (--enable-MODULE=static), the symbol would be redefined. Rename
symbols according to their module.



SVN revision: 52420
2010-09-18 17:43:13 +00:00
..
cache Assert cache->usage never becomes negative 2010-09-13 13:58:34 +00:00
canvas Fix function call after previous change 2010-09-18 06:41:04 +00:00
cserve Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
engines Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
file Fix common misspellings 2010-09-08 03:51:24 +00:00
include Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
.cvsignore Hushhhh 2004-01-16 21:11:41 +00:00
Evas.h Revert r52345 2010-09-18 06:29:47 +00:00
Makefile.am imaging api--. as promised. 2010-08-31 11:58:51 +00:00
main.c Fix common misspellings 2010-09-08 03:51:24 +00:00