Change e_plane to use pixman regions.
authorChris Michael <cp.michael@samsung.com>
Tue, 7 May 2013 12:33:52 +0000 (13:33 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 7 May 2013 12:33:52 +0000 (13:33 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_wayland/e_plane.h

index 17da6b8927145206a7169f7c2133292f1fe8ce1d..972247d1917cde19ad5e32ef2cd6d7e4cd4bc86e 100644 (file)
@@ -8,7 +8,7 @@ typedef struct _E_Plane E_Plane;
 
 struct _E_Plane
 {
-   Eina_Rectangle *damage, *clip;
+   pixman_region32_t damge, clip;
    Evas_Coord x, y;
    struct wl_list link;
 };