From 13f408f1e1320e89aa01948b3f24f14efdbe1d44 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 3 Nov 2016 12:28:06 -0400 Subject: [PATCH] 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 916a96251..1e591d933 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;