Add edges struct to engine information.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
This commit is contained in:
Christopher Michael 2013-02-05 13:09:32 +00:00 committed by Rafael Antognolli
parent 3bf37fb3b8
commit f541b8af90
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ struct _Evas_Engine_Info_Wayland_Shm
unsigned int rotation, depth;
Eina_Bool destination_alpha : 1;
struct
{
int x, y;
} edges;
} info;
/* non-blocking or blocking mode */