On Fri, Jul 13, 2012 at 10:44 AM, ChunEon Park <[email protected]> wrote: > I'm not a Vincent, but Changelog? :-)
you're my clone ! > > ------------------------------------ > -Regards, Hermet- > -----Original Message----- > From: "Enlightenment SVN"<[email protected]> > To: <[email protected]>; > Cc: > Sent: 2012-07-13 (금) 15:16:56 > Subject: E SVN: jypark trunk/ecore/src/lib/ecore_evas > > Log: > fix ecore extn not call pre/post render function. > > > > Author: jypark > Date: 2012-07-12 23:16:55 -0700 (Thu, 12 Jul 2012) > New Revision: 73786 > Trac: http://trac.enlightenment.org/e/changeset/73786 > > Modified: > trunk/ecore/src/lib/ecore_evas/ecore_evas_extn.c > > Modified: trunk/ecore/src/lib/ecore_evas/ecore_evas_extn.c > =================================================================== > --- trunk/ecore/src/lib/ecore_evas/ecore_evas_extn.c2012-07-13 02:53:30 UTC > (rev 73785) > +++ trunk/ecore/src/lib/ecore_evas/ecore_evas_extn.c2012-07-13 06:16:55 UTC > (rev 73786) > @@ -1601,6 +1601,8 @@ > rend = ee2->engine.func->fn_render(ee2); > if (ee2->func.fn_post_render) ee2->func.fn_post_render(ee2); > } > + if (ee->func.fn_pre_render) ee->func.fn_pre_render(ee); > + > if (ee->engine.buffer.pixels) > { > _ecore_evas_socket_lock(ee); > @@ -1627,6 +1629,7 @@ > ecore_ipc_client_send(client, MAJOR, OP_UPDATE_DONE, 0, 0, 0, > NULL, 0); > } > > + if (ee->func.fn_post_render) ee->func.fn_post_render(ee); > return updates ? 1 : rend; > } > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
