efl/legacy/evas/src/lib/engines/common_8
Vincent Torri 3de60c77b4 Evas: fix use of __always_inline__ attribute
Fix multiple storage bug.
 * __forceinline is the equivalent of __always_inline__ on Windows. It has
   'extern' as storage, so static must not be used with it
 * use __always_inline__ and not always_inline as attribute value instead.
   No need to add storage class with __always_inline__ too.
 * static inline is fine


SVN revision: 64767
2011-11-05 16:51:13 +00:00
..
Makefile.am an initial test at trying pixman instead of evas software rendering. 2011-04-22 11:47:14 +00:00
evas_soft8_dither_mask.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft8_font.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft8_image_scaled_sampled.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft8_image_unscaled.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft8_line.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft8_main.c better logging. 2010-10-07 23:46:42 +00:00
evas_soft8_polygon.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft8_rectangle.c Add missing evas_common prefix, avoid symbol redefinition. 2010-09-18 17:43:13 +00:00
evas_soft8_scanline_blend.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00
evas_soft8_scanline_fill.c Evas: fix use of __always_inline__ attribute 2011-11-05 16:51:13 +00:00