platform/upstream/efl.git
14 years agofix mul! out of premul range!
Carsten Haitzler [Wed, 4 Nov 2009 09:25:52 +0000 (09:25 +0000)]
fix mul! out of premul range!

SVN revision: 43446

14 years agoadd pthread support on Windows
Vincent Torri [Tue, 3 Nov 2009 16:53:21 +0000 (16:53 +0000)]
add pthread support on Windows

SVN revision: 43435

14 years agodisable amalgamation by default
Vincent Torri [Tue, 3 Nov 2009 16:52:45 +0000 (16:52 +0000)]
disable amalgamation by default

SVN revision: 43434

14 years agoset ratio after filling the video sink
Vincent Torri [Tue, 3 Nov 2009 16:10:03 +0000 (16:10 +0000)]
set ratio after filling the video sink

Patch by João Paulo Rechi Vita

SVN revision: 43433

14 years agoand fix the dual geometry thing - use the clip cache for uv geometry. perfect!
Carsten Haitzler [Tue, 3 Nov 2009 15:41:36 +0000 (15:41 +0000)]
and fix the dual geometry thing - use the clip cache for uv geometry. perfect!

SVN revision: 43432

14 years agoadd a new npot extn string
Carsten Haitzler [Tue, 3 Nov 2009 10:33:37 +0000 (10:33 +0000)]
add a new npot extn string

SVN revision: 43430

14 years agoallow the amalgation stuff in edje
Vincent Torri [Tue, 3 Nov 2009 09:27:59 +0000 (09:27 +0000)]
allow the amalgation stuff in edje

SVN revision: 43429

14 years ago * rename _edje_strbuf_append to _edje_strbuf_append1 and
Vincent Torri [Tue, 3 Nov 2009 09:26:15 +0000 (09:26 +0000)]
 * rename _edje_strbuf_append to _edje_strbuf_append1 and
   _edje_strbuf_append2 in edje_util.c and edje_textblock_styles.c
   respectiveley (for amalgamation. See next commit)
 * fixes for vc++

SVN revision: 43428

14 years agoimmediately unset maps.
Gustavo Sverzut Barbieri [Mon, 2 Nov 2009 15:58:48 +0000 (15:58 +0000)]
immediately unset maps.

if we call evas_object_map_enable_set(o, 0) we expect things to go
back to normal immediately.

SVN revision: 43424

14 years agodocument map util calls
Carsten Haitzler [Mon, 2 Nov 2009 15:43:51 +0000 (15:43 +0000)]
document map util calls

SVN revision: 43423

14 years agofix 3d util api. better now.
Carsten Haitzler [Mon, 2 Nov 2009 12:20:50 +0000 (12:20 +0000)]
fix 3d util api. better now.

SVN revision: 43418

14 years ago * edje: On size hints don't forget to invalidate real part cache.
Cedric BAIL [Mon, 2 Nov 2009 10:18:14 +0000 (10:18 +0000)]
* edje: On size hints don't forget to invalidate real part cache.

SVN revision: 43416

14 years agoEina log : check main thread in eina_log_threads_shutdown
Jonathan Atton [Mon, 2 Nov 2009 10:08:57 +0000 (10:08 +0000)]
Eina log : check main thread in eina_log_threads_shutdown

SVN revision: 43415

14 years agotypos in the removal of the header files
Vincent Torri [Mon, 2 Nov 2009 08:53:17 +0000 (08:53 +0000)]
typos in the removal of the header files

SVN revision: 43413

14 years agosome more util calls for 3d goop. not 100% sure i like it atm, but.. here goes.
Carsten Haitzler [Mon, 2 Nov 2009 08:52:23 +0000 (08:52 +0000)]
some more util calls for 3d goop. not 100% sure i like it atm, but.. here goes.

SVN revision: 43411

14 years agoupdate ChangeLog file
Vincent Torri [Mon, 2 Nov 2009 08:44:31 +0000 (08:44 +0000)]
update ChangeLog file

SVN revision: 43410

14 years ago * add amalgamation option to eet (disabled by default,
Vincent Torri [Mon, 2 Nov 2009 08:41:43 +0000 (08:41 +0000)]
 * add amalgamation option to eet (disabled by default,
   as no real gain is seen (compilation time, size))
 * add namespace for words_bigendian, to make amalagamation happy
 * don't redefine macros, for the same purpose

SVN revision: 43409

14 years agoformatting
Vincent Torri [Mon, 2 Nov 2009 08:18:33 +0000 (08:18 +0000)]
formatting

SVN revision: 43408

14 years agoopenssl/err.h included twice
Vincent Torri [Mon, 2 Nov 2009 07:46:48 +0000 (07:46 +0000)]
openssl/err.h included twice

SVN revision: 43407

14 years agofix library compilation on Windows (it should be cleaned, though)
Vincent Torri [Sun, 1 Nov 2009 21:55:15 +0000 (21:55 +0000)]
fix library compilation on Windows (it should be cleaned, though)
There is still a problem with the binary, because of ecore_getopt

SVN revision: 43402

14 years agoremove useless $(builddir)/ (also confirmed by a autoconf dev),
Vincent Torri [Sun, 1 Nov 2009 21:00:22 +0000 (21:00 +0000)]
remove useless $(builddir)/ (also confirmed by a autoconf dev),
as anyway, '$(builddir)' is always '.' make distcheck passes.

Thanks to cantona who reported it.

SVN revision: 43401

14 years agoEina: renawe _threads_activated for amalgation
Jonathan Atton [Sun, 1 Nov 2009 20:13:12 +0000 (20:13 +0000)]
Eina: renawe _threads_activated for amalgation

SVN revision: 43400

14 years agoEina : add a prefix to STRINGSHARE_LOCK and LOG_LOCK
Jonathan Atton [Sun, 1 Nov 2009 20:09:26 +0000 (20:09 +0000)]
Eina : add a prefix to STRINGSHARE_LOCK and LOG_LOCK

SVN revision: 43399

14 years agoEina : now eina stringshare is thread safe if eina_threads_init() is called. Eina...
Jonathan Atton [Sun, 1 Nov 2009 19:50:18 +0000 (19:50 +0000)]
Eina : now eina stringshare is thread safe if eina_threads_init() is called. Eina log which was thread safe is now thread safe only if the previous functions is called

SVN revision: 43398

14 years agofix mmx code
Carsten Haitzler [Sun, 1 Nov 2009 11:45:16 +0000 (11:45 +0000)]
fix mmx code

SVN revision: 43386

14 years agoi shoudl use join macro
Carsten Haitzler [Sun, 1 Nov 2009 09:03:01 +0000 (09:03 +0000)]
i shoudl use join macro

SVN revision: 43385

14 years agoadd color to the vertexes in map. this allows for fading/shading of
Carsten Haitzler [Sun, 1 Nov 2009 01:32:23 +0000 (01:32 +0000)]
add color to the vertexes in map. this allows for fading/shading of
reflections, goraud shading for smooth 3d surfaces, mor realistic lighting
etc. etc. it comes at a small cost, but worth it.

SVN revision: 43384

14 years agoecore_getopt: missing dummy initializer.
Gustavo Sverzut Barbieri [Sat, 31 Oct 2009 22:56:28 +0000 (22:56 +0000)]
ecore_getopt: missing dummy initializer.

not real problem, but shut up warnings.

SVN revision: 43382

14 years agoSome more stuff in externals, little api change there, may change some more later.
Iván Briano [Sat, 31 Oct 2009 18:07:08 +0000 (18:07 +0000)]
Some more stuff in externals, little api change there, may change some more later.

SVN revision: 43379

14 years agospelling
Vincent Torri [Sat, 31 Oct 2009 15:18:19 +0000 (15:18 +0000)]
spelling

SVN revision: 43374

14 years agomore map work. now only re-render map surface if size changed or any contents
Carsten Haitzler [Sat, 31 Oct 2009 09:08:01 +0000 (09:08 +0000)]
more map work. now only re-render map surface if size changed or any contents
changed. still renders all, but better now. keeps map surfacer around for
shits and giggles until map unset or object deleted. als be able to set
smooth map and disable alpha (for smart objects)

SVN revision: 43362

14 years ago * ecore_con_url: Fix bug using curl multi and basename.
Cedric BAIL [Fri, 30 Oct 2009 21:36:31 +0000 (21:36 +0000)]
* ecore_con_url: Fix bug using curl multi and basename.

SVN revision: 43357

14 years agoFix ethumb_calculate_fill_from_ratio().
Rafael Antognolli [Fri, 30 Oct 2009 14:30:15 +0000 (14:30 +0000)]
Fix ethumb_calculate_fill_from_ratio().

Default values should be assigned to the return variables even if the
aspect ratio is 0.

SVN revision: 43352

14 years agokeep this as printf.
Carsten Haitzler [Fri, 30 Oct 2009 13:08:54 +0000 (13:08 +0000)]
keep this as printf.

SVN revision: 43349

14 years agofinally! smart objects work with map!
Carsten Haitzler [Fri, 30 Oct 2009 10:11:15 +0000 (10:11 +0000)]
finally! smart objects work with map!

SVN revision: 43343

14 years agoifdef++
Carsten Haitzler [Thu, 29 Oct 2009 11:54:47 +0000 (11:54 +0000)]
ifdef++

SVN revision: 43337

14 years agoclean up map - move to #included worker and add mmx - just copied from normal
Carsten Haitzler [Thu, 29 Oct 2009 06:52:51 +0000 (06:52 +0000)]
clean up map - move to #included worker and add mmx - just copied from normal
image scaler actually.

SVN revision: 43336

14 years agoAdd missing lib check for fnmatch.
Christopher Michael [Wed, 28 Oct 2009 13:04:09 +0000 (13:04 +0000)]
Add missing lib check for fnmatch.

SVN revision: 43328

14 years agoPatch configure.ac to check for fnmatch header.
Christopher Michael [Wed, 28 Oct 2009 13:00:59 +0000 (13:00 +0000)]
Patch configure.ac to check for fnmatch header.
Thanks Vincent :)

SVN revision: 43327

14 years agoPatch to allow a quieter eina when using eina_log in your own libs/apps.
Christopher Michael [Wed, 28 Oct 2009 12:48:04 +0000 (12:48 +0000)]
Patch to allow a quieter eina when using eina_log in your own libs/apps.
Approved by k-s.

Added some doxy to describe the new env variable.
(Eina authors may want to reword this...up to you)

SVN revision: 43326

14 years agothe start of other objects being able to map! text objects work.. tested.
Carsten Haitzler [Wed, 28 Oct 2009 08:59:01 +0000 (08:59 +0000)]
the start of other objects being able to map! text objects work.. tested.

SVN revision: 43323

14 years agoEcore_Getopt: Do not mark internal stuff as translatable.
Daniel Kolesa [Tue, 27 Oct 2009 18:36:54 +0000 (18:36 +0000)]
Ecore_Getopt: Do not mark internal stuff as translatable.

SVN revision: 43317

14 years agoGlobal update of Czech translations in SVN.
Daniel Kolesa [Tue, 27 Oct 2009 18:30:09 +0000 (18:30 +0000)]
Global update of Czech translations in SVN.

SVN revision: 43316

14 years agoEina: add eina_list_split_list()
Jonathan Atton [Tue, 27 Oct 2009 10:26:20 +0000 (10:26 +0000)]
Eina: add eina_list_split_list()

SVN revision: 43307

14 years agoand bring external back now that the file was added
Iván Briano [Tue, 27 Oct 2009 01:08:19 +0000 (01:08 +0000)]
and bring external back now that the file was added

SVN revision: 43306

14 years agoThey say missing files need to be added, they don't respawn like things in Quake
Iván Briano [Tue, 27 Oct 2009 00:55:51 +0000 (00:55 +0000)]
They say missing files need to be added, they don't respawn like things in Quake

SVN revision: 43305

14 years agoREVERT! broke edje.
Carsten Haitzler [Tue, 27 Oct 2009 00:27:50 +0000 (00:27 +0000)]
REVERT! broke edje.

try again and dont forget to add edje_external.c! (and any others needing
adding)

SVN revision: 43304

14 years agoExternal objects support by Brian 'rephorm' Mattern
Iván Briano [Mon, 26 Oct 2009 21:33:56 +0000 (21:33 +0000)]
External objects support by Brian 'rephorm' Mattern

Since we are on a freeze, the patch goes on updated to current svn, but without changing its API. After the freeze some things will be added, and some will change :)

SVN revision: 43302

14 years agoEdje_Edit is too noisy.
Iván Briano [Mon, 26 Oct 2009 21:28:39 +0000 (21:28 +0000)]
Edje_Edit is too noisy.
Comment out some printf's. Needs moving to eina_log, but no time for
that now.

SVN revision: 43301

14 years agofix typo in previous change -- EVAS_DEFAULT_LOG_COLOR, not EVAS_DEFAULT_COLOR
Mike Frysinger [Mon, 26 Oct 2009 20:42:24 +0000 (20:42 +0000)]
fix typo in previous change -- EVAS_DEFAULT_LOG_COLOR, not EVAS_DEFAULT_COLOR

SVN revision: 43300

14 years agofill in last fixme on rendering code and make it better written by moving
Carsten Haitzler [Mon, 26 Oct 2009 14:06:21 +0000 (14:06 +0000)]
fill in last fixme on rendering code and make it better written by moving
comon code blobs to functions.

SVN revision: 43298

14 years agofix evas_object_event_callback_del_full()
Jonathan Atton [Mon, 26 Oct 2009 09:29:55 +0000 (09:29 +0000)]
fix evas_object_event_callback_del_full()

SVN revision: 43295

14 years agoprovide fast-path for re-swallow
Carsten Haitzler [Mon, 26 Oct 2009 08:26:10 +0000 (08:26 +0000)]
provide fast-path for re-swallow

SVN revision: 43292

14 years agochange to del fulls just to be consistent
Carsten Haitzler [Mon, 26 Oct 2009 07:28:51 +0000 (07:28 +0000)]
change to del fulls just to be consistent

SVN revision: 43291

14 years agofd_set is also in sys/select.h on OpenBSD
Vincent Torri [Sun, 25 Oct 2009 14:48:12 +0000 (14:48 +0000)]
fd_set is also in sys/select.h on OpenBSD

SVN revision: 43269

14 years agowarning--
Vincent Torri [Sun, 25 Oct 2009 12:17:05 +0000 (12:17 +0000)]
warning--

SVN revision: 43266

14 years ago * fix some warnings
Vincent Torri [Sun, 25 Oct 2009 11:40:06 +0000 (11:40 +0000)]
 * fix some warnings
 * move variable declarations at the top of the bloc

SVN revision: 43265

14 years agounused parameters --
Vincent Torri [Sun, 25 Oct 2009 11:24:55 +0000 (11:24 +0000)]
unused parameters --

SVN revision: 43264

14 years ago * include config.h in all source files
Vincent Torri [Sun, 25 Oct 2009 11:19:12 +0000 (11:19 +0000)]
 * include config.h in all source files
 * declare alloca before the standard headers
 * include Evil.h for the declaration of realpath in edje_cc_prefix.c

SVN revision: 43263

14 years agomake embryo compile with vc++ and suncc. No change for gcc.
Vincent Torri [Sun, 25 Oct 2009 10:19:38 +0000 (10:19 +0000)]
make embryo compile with vc++ and suncc. No change for gcc.

Though i don't know if it is the correct fix... Raster, if
you have some time, can you check it, please ?

SVN revision: 43261

14 years agofix build!
Carsten Haitzler [Sun, 25 Oct 2009 10:11:59 +0000 (10:11 +0000)]
fix build!

SVN revision: 43260

14 years agowarning--
Carsten Haitzler [Sun, 25 Oct 2009 08:57:41 +0000 (08:57 +0000)]
warning--

SVN revision: 43259

14 years agowarning--
Carsten Haitzler [Sun, 25 Oct 2009 08:52:47 +0000 (08:52 +0000)]
warning--

SVN revision: 43258

14 years agoshh warning
Carsten Haitzler [Sun, 25 Oct 2009 08:45:36 +0000 (08:45 +0000)]
shh warning

SVN revision: 43257

14 years ago * add some todo
Vincent Torri [Sun, 25 Oct 2009 08:23:28 +0000 (08:23 +0000)]
 * add some todo
 * after creating a child process, wait until it is really
   running

SVN revision: 43256

14 years agowait on HANDLES in the select loop on Windows.
Vincent Torri [Sun, 25 Oct 2009 07:07:48 +0000 (07:07 +0000)]
wait on HANDLES in the select loop on Windows.

SVN revision: 43253

14 years agoon Windows, pipe_read (recv) and pipe_write (send) does not
Vincent Torri [Sun, 25 Oct 2009 07:02:03 +0000 (07:02 +0000)]
on Windows, pipe_read (recv) and pipe_write (send) does not
use errno, and the returned result is managed a bit
differently than on unix

SVN revision: 43252

14 years agodo not install dirent.h when we are using mingw
Vincent Torri [Sun, 25 Oct 2009 06:46:49 +0000 (06:46 +0000)]
do not install dirent.h when we are using mingw

SVN revision: 43251

14 years agofix+++
Vincent Torri [Sat, 24 Oct 2009 17:00:34 +0000 (17:00 +0000)]
fix+++

SVN revision: 43250

14 years ago * add e image on generated doc
Vincent Torri [Sat, 24 Oct 2009 15:39:59 +0000 (15:39 +0000)]
 * add e image on generated doc
 * add wrapper on win32 functions

SVN revision: 43249

14 years agoeng_setup must return 1 on success and 0 on failure
Vincent Torri [Sat, 24 Oct 2009 15:24:11 +0000 (15:24 +0000)]
eng_setup must return 1 on success and 0 on failure

SVN revision: 43248

14 years agoreturn immediatly if the title is NULL
Vincent Torri [Sat, 24 Oct 2009 09:58:46 +0000 (09:58 +0000)]
return immediatly if the title is NULL

SVN revision: 43247

14 years agoreturn immediatly if we set NULL for the title of a window
Vincent Torri [Sat, 24 Oct 2009 09:48:33 +0000 (09:48 +0000)]
return immediatly if we set NULL for the title of a window

i don't know what to do for ecore_x_icccm_name_class_set().
Should i return immediatly if one of the name or class is NULL ?

SVN revision: 43246

14 years ago *Efreet_Ini: Add a new API call:
Davide Andreoli [Sat, 24 Oct 2009 09:23:51 +0000 (09:23 +0000)]
 *Efreet_Ini: Add a new API call:

EAPI void efreet_ini_key_unset(Efreet_Ini *ini, const char *key);

With this you can remove keys from ini files

SVN revision: 43245

14 years agoEfreet_ini: remove ending withespaces
Davide Andreoli [Sat, 24 Oct 2009 09:02:56 +0000 (09:02 +0000)]
Efreet_ini: remove ending withespaces

SVN revision: 43244

14 years agostrdup() name and class only if they are not NULL
Vincent Torri [Sat, 24 Oct 2009 06:59:30 +0000 (06:59 +0000)]
strdup() name and class only if they are not NULL

SVN revision: 43243

14 years agoFix docs for hash_free
Iván Briano [Sat, 24 Oct 2009 04:30:52 +0000 (04:30 +0000)]
Fix docs for hash_free

SVN revision: 43237

14 years ago * ecore_evas: Add support for quartz backend in ecore_evas_new.
Cedric BAIL [Fri, 23 Oct 2009 15:00:50 +0000 (15:00 +0000)]
* ecore_evas: Add support for quartz backend in ecore_evas_new.

SVN revision: 43231

14 years ago * ecore_con_url: Workaround progress callback called by curl after
Cedric BAIL [Fri, 23 Oct 2009 13:33:40 +0000 (13:33 +0000)]
* ecore_con_url: Workaround progress callback called by curl after
destruction of the Ecore_Con_Url object.

SVN revision: 43228

14 years agosmooth map works (down to 1/2 size its good. its pretty much gl_linear, but
Carsten Haitzler [Fri, 23 Oct 2009 13:17:22 +0000 (13:17 +0000)]
smooth map works (down to 1/2 size its good. its pretty much gl_linear, but
in software. but it looks gorgeous. rotations are groovey.

SVN revision: 43226

14 years agofix copy & paste bug.
Carsten Haitzler [Fri, 23 Oct 2009 13:11:23 +0000 (13:11 +0000)]
fix copy & paste bug.

SVN revision: 43225

14 years agofix statements
Carsten Haitzler [Fri, 23 Oct 2009 06:48:22 +0000 (06:48 +0000)]
fix statements

SVN revision: 43224

14 years agofix xml init - called multilpe times, has no count for init + shutdown.
Carsten Haitzler [Fri, 23 Oct 2009 00:01:15 +0000 (00:01 +0000)]
fix xml init - called multilpe times, has no count for init + shutdown.

SVN revision: 43222

14 years agoFix some warnings. I don't touch gl engines for now
Vincent Torri [Thu, 22 Oct 2009 22:33:06 +0000 (22:33 +0000)]
Fix some warnings. I don't touch gl engines for now

SVN revision: 43221

14 years agoFix some warnings. I don't touch map code for now.
Vincent Torri [Thu, 22 Oct 2009 22:22:10 +0000 (22:22 +0000)]
Fix some warnings. I don't touch map code for now.

SVN revision: 43218

14 years agooops, it's eina_log_domain_unregister... domain, not dom!
Gustavo Sverzut Barbieri [Thu, 22 Oct 2009 20:14:05 +0000 (20:14 +0000)]
oops, it's eina_log_domain_unregister... domain, not dom!

SVN revision: 43213

14 years agoevas_map: more extensible and safe. add docs
Gustavo Sverzut Barbieri [Thu, 22 Oct 2009 20:11:33 +0000 (20:11 +0000)]
evas_map: more extensible and safe. add docs

change evas_map to return a structure that serves as an array of
points. This way we'll know for sure the number of points in it. Right
now it's hardcoded to 4, so check it, but in future we can just allow
more points and it should work.

added docs. I'm not sure about most of it, so it would be good to have
someone to review and fill in more, maybe that's raster? Grep for
"TODO" and you'll see the missing stuff. It would be good to add
examples in evas_map_point_coord_set() and
evas_map_point_image_uv_set()

SVN revision: 43211

14 years ago * evas: Add map to SDL also.
Cedric BAIL [Thu, 22 Oct 2009 17:06:06 +0000 (17:06 +0000)]
* evas: Add map to SDL also.

SVN revision: 43206

14 years ago * evas: Fix missing correction.
Cedric BAIL [Thu, 22 Oct 2009 16:39:20 +0000 (16:39 +0000)]
* evas: Fix missing correction.

SVN revision: 43205

14 years agoa little cleaner, but not faster
Carsten Haitzler [Thu, 22 Oct 2009 16:06:32 +0000 (16:06 +0000)]
a little cleaner, but not faster

SVN revision: 43204

14 years agofast path for solid maps.
Carsten Haitzler [Thu, 22 Oct 2009 15:51:18 +0000 (15:51 +0000)]
fast path for solid maps.

SVN revision: 43203

14 years agoadd some beginnigns of utility funcs to evas map. move it to its own file.
Carsten Haitzler [Thu, 22 Oct 2009 15:47:30 +0000 (15:47 +0000)]
add some beginnigns of utility funcs to evas map. move it to its own file.

SVN revision: 43201

14 years ago * evas: Cleanup move to eina log.
Cedric BAIL [Thu, 22 Oct 2009 15:22:22 +0000 (15:22 +0000)]
* evas: Cleanup move to eina log.

Patch from Mathieu Taillefumier.

SVN revision: 43200

14 years ago * ecore_cocoa: Improve Mac OS X support.
Cedric BAIL [Thu, 22 Oct 2009 11:08:01 +0000 (11:08 +0000)]
* ecore_cocoa: Improve Mac OS X support.

SVN revision: 43196

14 years agore-enable yuv shader for 6410.
Carsten Haitzler [Thu, 22 Oct 2009 08:55:07 +0000 (08:55 +0000)]
re-enable yuv shader for 6410.

SVN revision: 43195

14 years agoenable npot textures
Carsten Haitzler [Thu, 22 Oct 2009 08:53:25 +0000 (08:53 +0000)]
enable npot textures

SVN revision: 43194

14 years agopull smooth... that's not going to be sane. or smooth. hmmm.
Carsten Haitzler [Thu, 22 Oct 2009 07:31:25 +0000 (07:31 +0000)]
pull smooth... that's not going to be sane. or smooth. hmmm.

SVN revision: 43192

14 years agodefault load - 75dpi. like fonts.
Carsten Haitzler [Thu, 22 Oct 2009 06:40:58 +0000 (06:40 +0000)]
default load - 75dpi. like fonts.

SVN revision: 43190

14 years ago * eina: Fix EINA_LIST_REVERSE_FOREACH_SAFE typo from Gustavo Chaves.
Cedric BAIL [Wed, 21 Oct 2009 19:02:52 +0000 (19:02 +0000)]
* eina: Fix EINA_LIST_REVERSE_FOREACH_SAFE typo from Gustavo Chaves.

SVN revision: 43186

14 years ago * ecore_evas: Fix typo.
Cedric BAIL [Wed, 21 Oct 2009 14:55:44 +0000 (14:55 +0000)]
* ecore_evas: Fix typo.

SVN revision: 43185