bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=948da9ace617af088c1e2dd0d215010f31c00081

commit 948da9ace617af088c1e2dd0d215010f31c00081
Author: Cedric BAIL <cedric.b...@free.fr>
Date:   Thu Jan 2 15:26:44 2020 -0800

    evas: prepare separation of POST_RENDER event from being an unified and 
legacy event at the same time.
    
    Reviewed-by: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
    Reviewed-by: Daniel Kolesa <dan...@octaforge.org>
    Differential Revision: https://phab.enlightenment.org/D11048
---
 src/lib/evas/Evas_Common.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index b1cecf11ba..7122e0b194 100644
--- a/src/lib/evas/Evas_Common.h
+++ b/src/lib/evas/Evas_Common.h
@@ -302,7 +302,12 @@ typedef enum _Evas_Engine_Render_Mode
    EVAS_RENDER_MODE_NONBLOCKING = 1, /**< The rendering is non blocking mode*/
 } Evas_Engine_Render_Mode; /**< behaviour of the renderer*/
 
-typedef Efl_Gfx_Event_Render_Post          Evas_Event_Render_Post; /**< Event 
info sent after a frame was rendered. @since 1.18 */
+typedef struct _Evas_Event_Render_Post Evas_Event_Render_Post; /**< Event info 
sent after a frame was rendered. @since 1.18 */
+struct _Evas_Event_Render_Post
+{
+   Eina_List *updated_area; /**< A list of rectangles that were updated in the
+                             * canvas. */
+};
 
 typedef enum _Evas_Device_Class
 {

-- 


Reply via email to