efl/src/lib/evas
Marcel Hollerbach e58e5eda08 efl: remove eina_promise typedef
fixes the following warnings:
  /usr/local/include/efl-1/Efl_Model_Common.h:14:30: warning: redefinition of typedef 'Eina_Promise' is a
        C11 feature [-Wtypedef-redefinition]
  typedef struct _Eina_Promise Eina_Promise;
                               ^
  /usr/local/include/eina-1/eina/eina_promise.h:10:30: note: previous definition is here
  typedef struct _Eina_Promise Eina_Promise;

To remove the typedef i had to cleanup the includes of header in
evas_canvas3d_eet.c.
2016-05-01 17:01:22 +02:00
..
cache evas: some changes for preload thread dead lock issue 2016-03-15 11:57:25 -07:00
cache2 Evas image: Move content_hint and scale_hint to Efl.Image 2016-03-15 11:11:59 +09:00
canvas efl: remove eina_promise typedef 2016-05-01 17:01:22 +02:00
common evas gl - fix leak with font glyph textures 2016-04-12 12:47:30 +09:00
common3d Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
cserve2 evas: use portable environment lookup. 2015-05-14 18:41:48 +02:00
file evas - fix evas module locks to init/del when movile created/destroyed 2015-12-12 23:37:16 +09:00
filters Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
include evas.canvas3d: Change shade_mode to shader_mode 2016-04-14 20:28:20 +09:00
Evas.h evas: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
Evas_Common.h Evas: Add API to reinit the language and use it in elementary. 2016-04-08 11:24:32 +01:00
Evas_Eo.h evas: make no longer supported object, legacy only. 2016-03-21 16:31:26 -07:00
Evas_GL.h Evas GL: Add new API to get current Evas GL 2015-10-02 16:56:38 +09:00
Evas_Legacy.h efl: add new efl_gfx_shape_append_arc() api. 2016-04-18 15:32:39 -07:00
Evas_Loader.h Emile: Move colorspaces to Efl.Gfx 2016-03-28 16:40:01 +09:00
main.c