devilhorns pushed a commit to branch master.

commit 8e72f22d5d150cd59144f1a07a745f29093dd2fe
Author: Chris Michael <[email protected]>
Date:   Mon Jul 15 13:25:05 2013 +0100

    struct wl_buffer is deprecated now so just use a void pointer.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 ee7d24a..f59cc8c 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -261,7 +261,7 @@ struct _E_Wayland_Buffer
         union 
           {
              struct wl_shm_buffer *shm_buffer;
-             struct wl_buffer *legacy_buffer;
+             void *legacy_buffer;
           };
      } wl;
 

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to