devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=12d1b5e40f00e7ab0fdb722a4838a88ab0e1de58

commit 12d1b5e40f00e7ab0fdb722a4838a88ab0e1de58
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Oct 16 11:21:12 2014 -0400

    change damages to be a list
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index d535d67..6e8a06e 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -244,7 +244,7 @@ struct _E_Comp_Wl_Client_Data
         E_Comp_Wl_Buffer *buffer;
         struct wl_listener buffer_destroy;
         Eina_Bool new_attach : 1;
-        Eina_Tiler *damage;
+        Eina_List *damages;
         Eina_Tiler *input;
         Eina_Tiler *opaque;
      } pending;

-- 


Reply via email to