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:
b09b901
)
Change e_region to use pixman.
author
Chris Michael
<cp.michael@samsung.com>
Tue, 7 May 2013 12:35:56 +0000
(13:35 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Tue, 7 May 2013 12:35:56 +0000
(13:35 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_wayland/e_region.h
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_region.h
b/src/bin/e_wayland/e_region.h
index a9c155ce3367ce048e8385bfbbf752ff55b1bcdf..6739e1c1bbcc805fd110f604a9740c8198b42ab1 100644
(file)
--- a/
src/bin/e_wayland/e_region.h
+++ b/
src/bin/e_wayland/e_region.h
@@
-9,7
+9,7
@@
typedef struct _E_Region E_Region;
struct _E_Region
{
struct wl_resource resource;
-
Eina_Rectangle *
region;
+
pixman_region32_t
region;
};
EAPI E_Region *e_region_new(unsigned int id);