platform/upstream/efl.git
12 years agoSome more stack review, plus a couple of FIXME's added.
David Walter Seikel [Sat, 19 Nov 2011 15:37:21 +0000 (15:37 +0000)]
Some more stack review, plus a couple of FIXME's added.
No functional change, just comments.

Too tired for more, I'll finish this tomorrow.

SVN revision: 65413

12 years agoadd changelog for edje work.
Carsten Haitzler [Sat, 19 Nov 2011 15:12:56 +0000 (15:12 +0000)]
add changelog for edje work.

SVN revision: 65412

12 years agoTGA loader gets fixed alpha decode - real life tga's have
Carsten Haitzler [Sat, 19 Nov 2011 15:09:27 +0000 (15:09 +0000)]
TGA loader gets fixed alpha decode - real life tga's have
proper alpha values. also reduce false positive tga file
detection

SVN revision: 65411

12 years agoremove commented code now.
Carsten Haitzler [Sat, 19 Nov 2011 05:02:00 +0000 (05:02 +0000)]
remove commented code now.

SVN revision: 65404

12 years agofix propagation to child groups - seems we had src set to null that i
Carsten Haitzler [Sat, 19 Nov 2011 04:23:27 +0000 (04:23 +0000)]
fix propagation to child groups - seems we had src set to null that i
didnt catch when i added it at the end.

SVN revision: 65403

12 years agofix edje object leak if child obj file set fails!!!
Carsten Haitzler [Sat, 19 Nov 2011 04:16:32 +0000 (04:16 +0000)]
fix edje object leak if child obj file set fails!!!

SVN revision: 65402

12 years agofix docs to not confuse onefang... :)
Carsten Haitzler [Sat, 19 Nov 2011 04:08:55 +0000 (04:08 +0000)]
fix docs to not confuse onefang... :)

SVN revision: 65401

12 years agofix looping message passing from children back to parent then back to
Carsten Haitzler [Sat, 19 Nov 2011 03:24:37 +0000 (03:24 +0000)]
fix looping message passing from children back to parent then  back to
child, parent etc. due to changes in propagation code.

SVN revision: 65398

12 years agoKeep it clean.
David Walter Seikel [Sat, 19 Nov 2011 01:38:54 +0000 (01:38 +0000)]
Keep it clean.

SVN revision: 65397

12 years agoAbout half way through the lua stack analysis.
David Walter Seikel [Sat, 19 Nov 2011 01:12:06 +0000 (01:12 +0000)]
About half way through the lua stack analysis.
No functional changes.

SVN revision: 65396

12 years agoadd helper macro for eeze scanner edd setup
Mike Blumenkrantz [Fri, 18 Nov 2011 19:24:01 +0000 (19:24 +0000)]
add helper macro for eeze scanner edd setup

SVN revision: 65388

12 years agomy name is Leif Middelschulte and I leave my debug printfs in my code FOREVER
Mike Blumenkrantz [Fri, 18 Nov 2011 18:23:17 +0000 (18:23 +0000)]
my name is Leif Middelschulte and I leave my debug printfs in my code FOREVER

SVN revision: 65387

12 years agoEvil: fix a previous wrong commit
Vincent Torri [Fri, 18 Nov 2011 16:46:57 +0000 (16:46 +0000)]
Evil: fix a previous wrong commit

SVN revision: 65386

12 years agofix inconsistency with propagating signals and messages. now messages
Carsten Haitzler [Fri, 18 Nov 2011 10:35:38 +0000 (10:35 +0000)]
fix inconsistency with propagating signals and messages. now messages
AND signals should propagate to children the SAME WAY - that means
children you added explicitly in the edje file and not form c code get
propagated to.

SVN revision: 65384

12 years agoMaybe one day raster will remember.
David Walter Seikel [Fri, 18 Nov 2011 09:52:58 +0000 (09:52 +0000)]
Maybe one day raster will remember.
Something to do with caches perhaps?
Needs to be changed anyway.

SVN revision: 65383

12 years agoEvas: fix nonnull argument with out-of-range operand number
Vincent Torri [Fri, 18 Nov 2011 09:23:22 +0000 (09:23 +0000)]
Evas: fix nonnull argument with out-of-range operand number

Patch by Fabien Romano via Jonathan Armani

SVN revision: 65381

12 years agoevas: video surface can be NULL.
Cedric BAIL [Fri, 18 Nov 2011 08:49:59 +0000 (08:49 +0000)]
evas: video surface can be NULL.

SVN revision: 65379

12 years agoformatting fix
Carsten Haitzler [Fri, 18 Nov 2011 07:18:19 +0000 (07:18 +0000)]
formatting fix

SVN revision: 65369

12 years agomore formatting improvements
Carsten Haitzler [Fri, 18 Nov 2011 06:46:51 +0000 (06:46 +0000)]
more formatting improvements

SVN revision: 65367

12 years agosome formatting fixes.
Carsten Haitzler [Fri, 18 Nov 2011 06:40:49 +0000 (06:40 +0000)]
some formatting fixes.

SVN revision: 65366

12 years agoremove unused code
Carsten Haitzler [Fri, 18 Nov 2011 06:32:22 +0000 (06:32 +0000)]
remove unused code

SVN revision: 65365

12 years agoedje:echo() logs to the lua domain, at the debug level.
David Walter Seikel [Fri, 18 Nov 2011 05:53:44 +0000 (05:53 +0000)]
edje:echo() logs to the lua domain, at the debug level.
It's for debugging lua scripts.

SVN revision: 65363

12 years agorewrite a few small things to make code more clear
Mike Blumenkrantz [Fri, 18 Nov 2011 03:59:00 +0000 (03:59 +0000)]
rewrite a few small things to make code more clear

SVN revision: 65360

12 years agomake all binaries have configure options to disable them
Mike Blumenkrantz [Fri, 18 Nov 2011 03:13:33 +0000 (03:13 +0000)]
make all binaries have configure options to disable them

SVN revision: 65359

12 years agoadd functions for runtime checking of disk capabilities for embedded devices
Mike Blumenkrantz [Fri, 18 Nov 2011 03:13:31 +0000 (03:13 +0000)]
add functions for runtime checking of disk capabilities for embedded devices

SVN revision: 65358

12 years agofix typo in patch I randomly committed earlier. must...proofread...random...patches...
Mike Blumenkrantz [Fri, 18 Nov 2011 03:13:29 +0000 (03:13 +0000)]
fix typo in patch I randomly committed earlier. must...proofread...random...patches...

SVN revision: 65357

12 years agofix DSO issue pointed out by Jochen Schröder
Mike Blumenkrantz [Fri, 18 Nov 2011 03:13:28 +0000 (03:13 +0000)]
fix DSO issue pointed out by Jochen Schröder

SVN revision: 65356

12 years agoallow install-examples separately from building them (building them
Carsten Haitzler [Fri, 18 Nov 2011 03:11:24 +0000 (03:11 +0000)]
allow install-examples separately from building them (building them
also installs them unless u --disable their install)

SVN revision: 65355

12 years agoYou might call this an API break, but it's a bug fix.
David Walter Seikel [Fri, 18 Nov 2011 02:27:16 +0000 (02:27 +0000)]
You might call this an API break, but it's a bug fix.

The very original lua code from waaaay back when,
would create the various timer objects as members of the evas class,
which would mean you could call evas functions on the timer objects.

Not good.

Now they have their own classes.

However, you still have to create them by calling functions in the
edje class, there should probably be an ecore class for that instead.

SVN revision: 65354

12 years agotypo--
David Walter Seikel [Fri, 18 Nov 2011 01:50:47 +0000 (01:50 +0000)]
typo--

SVN revision: 65352

12 years agoMake a better messaeg callback example.
David Walter Seikel [Thu, 17 Nov 2011 18:38:23 +0000 (18:38 +0000)]
Make a better messaeg callback example.

SVN revision: 65348

12 years agoDocument the lua callback hooks.
David Walter Seikel [Thu, 17 Nov 2011 18:13:58 +0000 (18:13 +0000)]
Document the lua callback hooks.

SVN revision: 65347

12 years agoDocument the pre 1.1.0 edje functions.
David Walter Seikel [Thu, 17 Nov 2011 17:42:29 +0000 (17:42 +0000)]
Document the pre 1.1.0 edje functions.

SVN revision: 65346

12 years agoDocumentation stubs. I'll fill them in later.
David Walter Seikel [Thu, 17 Nov 2011 14:21:53 +0000 (14:21 +0000)]
Documentation stubs.  I'll fill them in later.
Also includes stubs for the documentation of stack usage.

SVN revision: 65343

12 years agoFix building without Ecore_IMF
Iván Briano [Thu, 17 Nov 2011 14:07:39 +0000 (14:07 +0000)]
Fix building without Ecore_IMF

SVN revision: 65342

12 years agoeina: module don't need dirent.h anymore.
Cedric BAIL [Thu, 17 Nov 2011 11:18:12 +0000 (11:18 +0000)]
eina: module don't need dirent.h anymore.

SVN revision: 65340

12 years agoeina: shutup warning when thread are disabled.
Cedric BAIL [Thu, 17 Nov 2011 11:15:54 +0000 (11:15 +0000)]
eina: shutup warning when thread are disabled.

SVN revision: 65339

12 years agoFrom: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 17 Nov 2011 09:23:06 +0000 (09:23 +0000)]
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu, 17 Nov 2011 09:45:19 +0100
Subject: [PATCH] eeze: use --with-sth arguments if they are passed to configure

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SVN revision: 65333

12 years ago[evas] Always clear recalc count of items that have been on calc list
Mike McCormack [Thu, 17 Nov 2011 04:31:43 +0000 (04:31 +0000)]
[evas] Always clear recalc count of items that have been on calc list

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65326

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:51:59 +0000 (17:51 +0000)]
evil >= 1.0.0

SVN revision: 65306

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:51:42 +0000 (17:51 +0000)]
evil >= 1.0.0

SVN revision: 65305

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:51:03 +0000 (17:51 +0000)]
evil >= 1.0.0

SVN revision: 65304

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:50:39 +0000 (17:50 +0000)]
evil >= 1.0.0

SVN revision: 65303

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:48:50 +0000 (17:48 +0000)]
evil >= 1.0.0

SVN revision: 65301

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:48:20 +0000 (17:48 +0000)]
evil >= 1.0.0

SVN revision: 65300

12 years agoevil >= 1.0.0
Vincent Torri [Wed, 16 Nov 2011 17:47:58 +0000 (17:47 +0000)]
evil >= 1.0.0

SVN revision: 65299

12 years agoupdate Evil to prepare it for alpha
Vincent Torri [Wed, 16 Nov 2011 17:38:19 +0000 (17:38 +0000)]
update Evil to prepare it for alpha

SVN revision: 65298

12 years agoeet: proper indentation.
Cedric BAIL [Wed, 16 Nov 2011 15:54:34 +0000 (15:54 +0000)]
eet: proper indentation.

SVN revision: 65296

12 years agook - longstanding issue. quality of jpeg encode and decode dropped
Carsten Haitzler [Wed, 16 Nov 2011 11:52:47 +0000 (11:52 +0000)]
ok - longstanding issue. quality of jpeg encode and decode dropped
quickly when uf your-encoded anything due to using IFAST decoder (and
encoder). this does drop speed for decode and encode (except encoding
< 60% quality where it now uses IFAST), but we don't see progressively
worse artifacts.

SVN revision: 65294

12 years agook - longstanding issue. quality of jpeg encode and decode dropped
Carsten Haitzler [Wed, 16 Nov 2011 11:52:36 +0000 (11:52 +0000)]
ok - longstanding issue. quality of jpeg encode and decode dropped
quickly when uf your-encoded anything due to using IFAST decoder (and
encoder). this does drop speed for decode and encode (except encoding
< 60% quality where it now uses IFAST), but we don't see progressively
worse artifacts.

SVN revision: 65293

12 years agoefreet: correctly include dirent.h in the right place.
Cedric BAIL [Wed, 16 Nov 2011 10:56:44 +0000 (10:56 +0000)]
efreet: correctly include dirent.h in the right place.

NOTE: for after 1.1, we should really use eina_*_ls API instead.

SVN revision: 65292

12 years agoeina: remove useless include.
Cedric BAIL [Wed, 16 Nov 2011 10:13:24 +0000 (10:13 +0000)]
eina: remove useless include.

NOTE: I don't know why it was there, but it shouldn't.
Please report any build issue you encounter.

SVN revision: 65291

12 years agoupdate release candidate trees to their release version in preparation
Carsten Haitzler [Wed, 16 Nov 2011 05:34:37 +0000 (05:34 +0000)]
update release candidate trees to their release version in preparation
for alpha

SVN revision: 65280

12 years agoclarify group inherit error message
Mike Blumenkrantz [Tue, 15 Nov 2011 16:19:09 +0000 (16:19 +0000)]
clarify group inherit error message

SVN revision: 65271

12 years agoevas/events - removed events_frozen check in evas_event_passes_through()
ChunEon Park [Tue, 15 Nov 2011 15:10:19 +0000 (15:10 +0000)]
evas/events - removed events_frozen check in evas_event_passes_through()

in most cases, it is performed twice inside and outside of the function in inefficient way.

and calling of events_frozen in the passes_through() is not understable in the view of functional consistency.

Check is separately would be better.

SVN revision: 65269

12 years agoeina: update news/changelog
Boris Faure [Tue, 15 Nov 2011 14:24:53 +0000 (14:24 +0000)]
eina: update news/changelog

SVN revision: 65268

12 years agoevas - fixed typo
ChunEon Park [Tue, 15 Nov 2011 14:16:31 +0000 (14:16 +0000)]
evas - fixed typo

SVN revision: 65266

12 years agofix copying for edje to be explicit about epp.
Carsten Haitzler [Tue, 15 Nov 2011 11:47:53 +0000 (11:47 +0000)]
fix copying for edje to be explicit about epp.

SVN revision: 65245

12 years agoupdate README for efreet
Carsten Haitzler [Tue, 15 Nov 2011 11:41:02 +0000 (11:41 +0000)]
update README for efreet

SVN revision: 65242

12 years agoupdate README for edje
Carsten Haitzler [Tue, 15 Nov 2011 11:40:26 +0000 (11:40 +0000)]
update README for edje

SVN revision: 65241

12 years agoupdate po's for ecore
Carsten Haitzler [Tue, 15 Nov 2011 11:38:49 +0000 (11:38 +0000)]
update po's for ecore

SVN revision: 65240

12 years agoupdate READMe for ecore
Carsten Haitzler [Tue, 15 Nov 2011 11:38:20 +0000 (11:38 +0000)]
update READMe for ecore

SVN revision: 65239

12 years agoupdate evas README
Carsten Haitzler [Tue, 15 Nov 2011 11:35:35 +0000 (11:35 +0000)]
update evas README

SVN revision: 65238

12 years agoupdate READMe for eet
Carsten Haitzler [Tue, 15 Nov 2011 11:27:32 +0000 (11:27 +0000)]
update READMe for eet

SVN revision: 65237

12 years agoeina README updated
Carsten Haitzler [Tue, 15 Nov 2011 11:25:10 +0000 (11:25 +0000)]
eina README updated

SVN revision: 65236

12 years agook - add the others :)
Carsten Haitzler [Tue, 15 Nov 2011 10:32:50 +0000 (10:32 +0000)]
ok - add the others :)

SVN revision: 65232

12 years agonormalize eeze news formatting
Carsten Haitzler [Tue, 15 Nov 2011 09:19:30 +0000 (09:19 +0000)]
normalize eeze news formatting

SVN revision: 65229

12 years agoeet news formatting normalized
Carsten Haitzler [Tue, 15 Nov 2011 09:17:01 +0000 (09:17 +0000)]
eet news formatting normalized

SVN revision: 65228

12 years agoedje news now up to date
Carsten Haitzler [Tue, 15 Nov 2011 09:15:00 +0000 (09:15 +0000)]
edje news now up to date

SVN revision: 65227

12 years agoEet: remove --as-needed on OpenBSD
Vincent Torri [Tue, 15 Nov 2011 06:52:52 +0000 (06:52 +0000)]
Eet: remove --as-needed on OpenBSD
on OpenBSD, -Wl,--as-needed conflicts with -pthread.

Reported by Fabien Romano.

SVN revision: 65222

12 years agoupdate readme
Mike Blumenkrantz [Tue, 15 Nov 2011 06:14:51 +0000 (06:14 +0000)]
update readme

SVN revision: 65220

12 years agobegin news info for edje
Carsten Haitzler [Tue, 15 Nov 2011 05:16:52 +0000 (05:16 +0000)]
begin news info for edje

SVN revision: 65219

12 years agodisable multisense for edje 1.1
Carsten Haitzler [Tue, 15 Nov 2011 03:01:03 +0000 (03:01 +0000)]
disable multisense for edje 1.1

SVN revision: 65217

12 years agoEcore: fix warning when no timer dump are requested
Vincent Torri [Mon, 14 Nov 2011 22:33:34 +0000 (22:33 +0000)]
Ecore: fix warning when no timer dump are requested

Patch by Fabien Romano from OpenBSD

SVN revision: 65212

12 years agoEcore: warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD
Vincent Torri [Mon, 14 Nov 2011 22:29:46 +0000 (22:29 +0000)]
Ecore:   warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD

Patch by Fabien Romano from OpenBSD

SVN revision: 65211

12 years agoEcore: fix warning: 'struct in_addr' declared inside parameter list on OpenBSD
Vincent Torri [Mon, 14 Nov 2011 22:25:07 +0000 (22:25 +0000)]
Ecore: fix warning: 'struct in_addr' declared inside parameter list on OpenBSD

Patch by Fabien Romano from OpenBSD

SVN revision: 65210

12 years agoEina: fix grep usage
Vincent Torri [Mon, 14 Nov 2011 22:11:27 +0000 (22:11 +0000)]
Eina: fix grep usage
replace \+ by + as it should be
add -E option to grep, handle the + in expression

patch by Fabien Romano from OpenBSD

SVN revision: 65207

12 years agoEina: warning--
Vincent Torri [Mon, 14 Nov 2011 22:08:02 +0000 (22:08 +0000)]
Eina: warning--

patch by Fabien Romano from OpenBSD

SVN revision: 65206

12 years agowhitespace--
Vincent Torri [Mon, 14 Nov 2011 21:37:42 +0000 (21:37 +0000)]
whitespace--

SVN revision: 65202

12 years agoEina: Fix warning
Vincent Torri [Mon, 14 Nov 2011 21:37:25 +0000 (21:37 +0000)]
Eina: Fix warning

Patch by Fabien Romano

SVN revision: 65201

12 years agoEcore_X(cb): Fix formatting in ecore_xcb_window. Fix buggers in ICCCM
Christopher Michael [Mon, 14 Nov 2011 18:49:50 +0000 (18:49 +0000)]
Ecore_X(cb): Fix formatting in ecore_xcb_window. Fix buggers in ICCCM
code which were not setting icccm wm protocols correctly. This 'fix'
matches up w/ the xcb_icccm_* functions defined in the xcb headers.

SVN revision: 65195

12 years agoEcore_Evas: We don't need to allocate 10 items for this array if we
Christopher Michael [Mon, 14 Nov 2011 18:48:19 +0000 (18:48 +0000)]
Ecore_Evas: We don't need to allocate 10 items for this array if we
are only going to use (at most) 3.

SVN revision: 65194

12 years agoValue stored to 'pc' is never read and 'el' must not be null.
Jaehwan Kim [Mon, 14 Nov 2011 12:19:09 +0000 (12:19 +0000)]
Value stored to 'pc' is never read and 'el' must not be null.

SVN revision: 65166

12 years agoefreet news
Carsten Haitzler [Mon, 14 Nov 2011 11:40:15 +0000 (11:40 +0000)]
efreet news

SVN revision: 65164

12 years agoValue stored to 'pc' is never read
Jaehwan Kim [Mon, 14 Nov 2011 11:23:23 +0000 (11:23 +0000)]
Value stored to 'pc' is never read

SVN revision: 65163

12 years agoadd NEWS for embryo
Carsten Haitzler [Mon, 14 Nov 2011 11:21:57 +0000 (11:21 +0000)]
add NEWS for embryo

SVN revision: 65162

12 years agorel1.to: ""; fix build error.
Jaehwan Kim [Mon, 14 Nov 2011 11:04:37 +0000 (11:04 +0000)]
rel1.to: ""; fix build error.
Actually, if rel1.to_x is not used in the matched description of the parent group, rel1.to_x: ""; doesn't need to be used in the description of the child group.
Because its state is already default. But sometime we may want to use it explicitly. So I add this code in order to cover that case.

SVN revision: 65160

12 years agofix dyn image data return due to change i made a little bit ago
Carsten Haitzler [Mon, 14 Nov 2011 09:27:29 +0000 (09:27 +0000)]
fix dyn image data return due to change i made a little bit ago

SVN revision: 65159

12 years agoEfreet: include inet/in.h before arpa/inet.h. Needed by the OpenBSD port
Vincent Torri [Mon, 14 Nov 2011 08:33:22 +0000 (08:33 +0000)]
Efreet: include inet/in.h before arpa/inet.h. Needed by the OpenBSD port

SVN revision: 65156

12 years agoFix up some returns after a review.
David Walter Seikel [Mon, 14 Nov 2011 07:35:23 +0000 (07:35 +0000)]
Fix up some returns after a review.

SVN revision: 65148

12 years agoremove internal rect list declarations that are never used outside of
Carsten Haitzler [Mon, 14 Nov 2011 07:15:38 +0000 (07:15 +0000)]
remove internal rect list declarations that are never used outside of
evas_tiler.c

SVN revision: 65145

12 years agoExtra parenthethith, coth Mike'th compiler hath a lithp.
David Walter Seikel [Mon, 14 Nov 2011 04:47:44 +0000 (04:47 +0000)]
Extra parenthethith, coth Mike'th compiler hath a lithp.

SVN revision: 65143

12 years agowarning--
Carsten Haitzler [Mon, 14 Nov 2011 04:33:01 +0000 (04:33 +0000)]
warning--

SVN revision: 65142

12 years agowarning--
Carsten Haitzler [Mon, 14 Nov 2011 04:32:12 +0000 (04:32 +0000)]
warning--

SVN revision: 65141

12 years agoRearange things so the main lua group is the, um, main one,
David Walter Seikel [Mon, 14 Nov 2011 00:18:41 +0000 (00:18 +0000)]
Rearange things so the main lua group is the, um, main one,
the edje group is swallowed in that, and the bubbles lua group
is swallowed into the edje group.

Demonstrates all ways of lua swallowing, except direct lua to lua.

SVN revision: 65140

12 years agoSome error checking and logging love.
David Walter Seikel [Mon, 14 Nov 2011 00:13:36 +0000 (00:13 +0000)]
Some error checking and logging love.
More love coming soon.

SVN revision: 65139

12 years agoevas: upload the right texture size whatever rounding the hardware require.
Cedric BAIL [Sun, 13 Nov 2011 22:21:58 +0000 (22:21 +0000)]
evas: upload the right texture size whatever rounding the hardware require.

SVN revision: 65138

12 years agoemotion: no segv when no webcam has been detected.
Cedric BAIL [Sun, 13 Nov 2011 21:52:13 +0000 (21:52 +0000)]
emotion: no segv when no webcam has been detected.

SVN revision: 65137

12 years agoFix up a problem with geom and friends when some external thingy moves stuff behind...
David Walter Seikel [Sun, 13 Nov 2011 17:58:11 +0000 (17:58 +0000)]
Fix up a problem with geom and friends when some external thingy moves stuff behind our backs.
This happens during startup at least and did cause problems.

Restrict image loading to images from the same edje file we are in, as per rasters request.

Some minor cleanups.

This commit fixes the last of the known problems.
So it's ready for release, except for adding docs.
I'll be adding docs over the next week anyway.

SVN revision: 65136

12 years agoevas: actually include Evas_GL.h in the tarball, just don't install it.
Cedric BAIL [Sun, 13 Nov 2011 13:10:31 +0000 (13:10 +0000)]
evas: actually include Evas_GL.h in the tarball, just don't install it.

SVN revision: 65131