Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-10 Thread Gustavo Barbieri
t; -Original Message- >>>> From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi] >>>> Sent: Thursday, August 09, 2012 8:53 PM >>>> To: Enlightenment developer list >>>> Cc: eduardo.de.barros.l...@intel.com >>>> Subject: Re:

Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-10 Thread Christopher Michael
Sverzut Barbieri [mailto:barbi...@profusion.mobi] >>>> Sent: Thursday, August 09, 2012 8:53 PM >>>> To: Enlightenment developer list >>>> Cc: eduardo.de.barros.l...@intel.com >>>> Subject: Re: [E-devel] [PATCH] evas: hide the evas object after it'

Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-10 Thread The Rasterman
3 PM > >> To: Enlightenment developer list > >> Cc: eduardo.de.barros.l...@intel.com > >> Subject: Re: [E-devel] [PATCH] evas: hide the evas object after it's smart > > object > >> deleted. > >> > >> On Thursday, August 9, 2

Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-09 Thread Christopher Michael
t;> Subject: Re: [E-devel] [PATCH] evas: hide the evas object after it's smart > object >> deleted. >> >> On Thursday, August 9, 2012, Alex Wu wrote: >> >>> Hi, >>> This patch fix the bug http://trac.enlightenment.org/e/ticket/1308 >>>

Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-09 Thread wuzhiwen
>-Original Message- >From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi] >Sent: Thursday, August 09, 2012 8:53 PM >To: Enlightenment developer list >Cc: eduardo.de.barros.l...@intel.com >Subject: Re: [E-devel] [PATCH] evas: hide the evas object after

Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-09 Thread Gustavo Sverzut Barbieri
On Thursday, August 9, 2012, Alex Wu wrote: > Hi, > This patch fix the bug http://trac.enlightenment.org/e/ticket/1308 > > The root cause of this bug is that when closing the window, > the glview widget need to invoke eng_gl_make_current() before calling > it's del_func. In eng_gl_make_current(),

[E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-08 Thread Alex Wu
Hi, This patch fix the bug http://trac.enlightenment.org/e/ticket/1308 The root cause of this bug is that when closing the window, the glview widget need to invoke eng_gl_make_current() before calling it's del_func. In eng_gl_make_current(), the re->win->egl_display make the segfualt. It is becaus