devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=458ce8e86fd4f497197d43246400b148a13053f1

commit 458ce8e86fd4f497197d43246400b148a13053f1
Author: Chris Michael <[email protected]>
Date:   Wed Oct 22 11:45:22 2014 -0400

    remove call to release compositor buffer reference in e_pixmap. This
    is handled differently now.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_pixmap.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index ed8552e..fb34f18 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -619,12 +619,6 @@ e_pixmap_image_clear(E_Pixmap *cp, Eina_Bool cache)
                   wl_callback_send_done(cb, (ecore_loop_time_get() * 1000));
                   wl_resource_destroy(cb);
                }
-
-             /* post a buffer release */
-             /* TODO: FIXME: We need a way to determine if the client wants to
-              * keep the buffer or not. If so, then we should Not be setting 
NULL
-              * here as this will essentially release the buffer */
-             e_comp_wl_buffer_reference(&cd->buffer_ref, NULL);
           }
 #endif
         break;

-- 


Reply via email to