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:
bd97b2c
)
Fix typo
author
Chris Michael
<cp.michael@samsung.com>
Tue, 7 May 2013 12:35:46 +0000
(13:35 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Tue, 7 May 2013 12:35:46 +0000
(13:35 +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 972247d1917cde19ad5e32ef2cd6d7e4cd4bc86e..d788779931a1b816da2ce2addb054fedd379fa42 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
{
- pixman_region32_t damge, clip;
+ pixman_region32_t dam
a
ge, clip;
Evas_Coord x, y;
struct wl_list link;
};