discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=249cbe1d46a8bfe08e9b37beed74a3100b92bdf8

commit 249cbe1d46a8bfe08e9b37beed74a3100b92bdf8
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Nov 3 12:28:06 2016 -0400

    add more parens for previous pixmap commit
---
 src/bin/e_pixmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 916a962..1e591d9 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -880,7 +880,7 @@ e_pixmap_image_exists(const E_Pixmap *cp)
 #endif
 #ifdef HAVE_WAYLAND
    return (!!cp->data) ||
-     cp->buffer && ((e_comp->gl && (!cp->buffer->shm_buffer)) || 
cp->buffer->dmabuf_buffer);
+     (cp->buffer && ((e_comp->gl && (!cp->buffer->shm_buffer)) || 
cp->buffer->dmabuf_buffer));
 #endif
 
    return EINA_FALSE;

-- 


Reply via email to