Add edges struct to engine information.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 5 Feb 2013 13:09:32 +0000 (13:09 +0000)
committerRafael Antognolli <rafael.antognolli@linux.intel.com>
Tue, 19 Feb 2013 13:18:02 +0000 (10:18 -0300)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
src/modules/evas/engines/wayland_shm/Evas_Engine_Wayland_Shm.h

index 5af0856..7482cde 100644 (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 */