evas: prepare separation of POST_RENDER event from being an unified and legacy event at the same time.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Daniel Kolesa <daniel@octaforge.org>
Differential Revision: https://phab.enlightenment.org/D11048
This commit is contained in:
Cedric BAIL 2020-01-02 15:26:44 -08:00 committed by Marcel Hollerbach
parent d1660bdfe5
commit 948da9ace6
1 changed files with 6 additions and 1 deletions

View File

@ -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
{