ecore-evas-wayland: Add a 'hidden' field to engine structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-12-02 13:04:33 -05:00
parent 3214dad7c5
commit 725e439545
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ struct _Evas_Engine_Info_Wayland
int depth, rotation, edges;
int compositor_version;
Eina_Bool destination_alpha : 1;
Eina_Bool hidden : 1;
} info;
/* non-blocking or blocking mode */