From f541b8af90309717f481782767ec5654a1bb189b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 5 Feb 2013 13:09:32 +0000 Subject: [PATCH] Add edges struct to engine information. Signed-off-by: Christopher Michael --- .../evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h b/src/modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h index 5af085698e..7482cde0dd 100644 --- a/src/modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h +++ b/src/modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h @@ -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 */