add more parens for previous pixmap commit

This commit is contained in:
Mike Blumenkrantz 2016-11-03 12:28:06 -04:00
parent 070eb16a17
commit 249cbe1d46
1 changed files with 1 additions and 1 deletions

View File

@ -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;