devilhorns pushed a commit to branch master.

commit 761545a885d843bb3c9828a22ecf65aa079a29e3
Author: Chris Michael <[email protected]>
Date:   Tue Apr 16 14:23:43 2013 +0100

    Fix duplicate structure field.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 70e142a..73eed11 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -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;
 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to