Fix duplicate structure field.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-16 14:23:43 +01:00
parent cfe5344578
commit 761545a885
1 changed files with 2 additions and 5 deletions

View File

@ -302,11 +302,8 @@ struct _E_Wayland_Output
pixman_region32_t region, prev_damage;
struct
{
Eina_Bool needed : 1;
Eina_Bool scheduled : 1;
} repaint;
Eina_Bool repaint_needed : 1;
Eina_Bool repaint_scheduled : 1;
Eina_Bool dirty : 1;