projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d2a80
)
Change e_plane to use pixman regions.
author
Chris Michael
<cp.michael@samsung.com>
Tue, 7 May 2013 12:33:52 +0000
(13:33 +0100)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_plane.h
b/src/bin/e_wayland/e_plane.h
index 17da6b8927145206a7169f7c2133292f1fe8ce1d..972247d1917cde19ad5e32ef2cd6d7e4cd4bc86e 100644
(file)
--- a/
src/bin/e_wayland/e_plane.h
+++ b/
src/bin/e_wayland/e_plane.h
@@
-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;
};