oopss thank you. i missed it.
------------------------------------ -Regards, Hermet- -----Original Message----- From: "Enlightenment SVN"<no-re...@enlightenment.org> To: <enlightenment-...@lists.sourceforge.net>; Cc: Sent: 2012-09-05 (수) 18:56:24 Subject: E SVN: cedric trunk/evas/src/lib Log: evas: don't change the value of event. That break ABI ! Author: cedric Date: 2012-09-05 02:56:24 -0700 (Wed, 05 Sep 2012) New Revision: 76186 Trac: http://trac.enlightenment.org/e/changeset/76186 Modified: trunk/evas/src/lib/Evas.h Modified: trunk/evas/src/lib/Evas.h =================================================================== --- trunk/evas/src/lib/Evas.h2012-09-05 09:48:14 UTC (rev 76185) +++ trunk/evas/src/lib/Evas.h2012-09-05 09:56:24 UTC (rev 76186) @@ -425,7 +425,6 @@ EVAS_CALLBACK_HOLD, /**< Events go on/off hold */ EVAS_CALLBACK_CHANGED_SIZE_HINTS, /**< Size hints changed event */ EVAS_CALLBACK_IMAGE_PRELOADED, /**< Image has been preloaded */ - EVAS_CALLBACK_IMAGE_RESIZE, /**< Image size is changed @since 1.8 */ /* * The following events are only for use with Evas canvases, with @@ -446,6 +445,7 @@ EVAS_CALLBACK_RENDER_PRE, /**< Called just before rendering starts on the canvas target @since 1.2 */ EVAS_CALLBACK_RENDER_POST, /**< Called just after rendering stops on the canvas target @since 1.2 */ + EVAS_CALLBACK_IMAGE_RESIZE, /**< Image size is changed @since 1.8 */ EVAS_CALLBACK_LAST /**< kept as last element/sentinel -- not really an event */ } Evas_Callback_Type; /**< The types of events triggering a callback */ ------------------------------------------------------------------------------ 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 enlightenment-...@lists.sourceforge.net 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 enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel