efl/legacy/evas/src/lib/engines
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
..
common Evas font: removed old (already removed a long time ago) functions from evas_font.h. 2010-09-15 09:11:19 +00:00
common_8 Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
common_16 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
Makefile.am From: Alexander Kerner <alexander.kerner@googlemail.com> 2010-07-28 00:16:06 +00:00