Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-07 13:35:46 +01:00
parent bd97b2c442
commit b09b90184d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ typedef struct _E_Plane E_Plane;
struct _E_Plane
{
pixman_region32_t damge, clip;
pixman_region32_t damage, clip;
Evas_Coord x, y;
struct wl_list link;
};