summaryrefslogtreecommitdiff
path: root/src/bin/e_pixmap.h
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2016-05-19 10:17:52 -0500
committerDerek Foreman <derekf@osg.samsung.com>2016-05-19 10:23:22 -0500
commite5e875ded86a59469ac6eebb45a9cbb6f36f4c20 (patch)
tree6bb6e8f0c8651e8205561d223224921e664f063e /src/bin/e_pixmap.h
parentbd1847162ed6a648aa556fad9f93f663bf33e213 (diff)
downloadenlightenment-e5e875ded86a59469ac6eebb45a9cbb6f36f4c20.tar.gz
Fix dmabuf breakage of non wayland builds.
#IWearTheHatOfShame
Diffstat (limited to 'src/bin/e_pixmap.h')
-rw-r--r--src/bin/e_pixmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/e_pixmap.h b/src/bin/e_pixmap.h
index 1a6fb026df..ed04078f7f 100644
--- a/src/bin/e_pixmap.h
+++ b/src/bin/e_pixmap.h
@@ -53,7 +53,9 @@ E_API void e_pixmap_image_opaque_get(E_Pixmap *cp, int *x, int *y, int *w, int *
E_API void e_pixmap_alias(E_Pixmap *cp, E_Pixmap_Type type, ...);
+#ifdef HAVE_WAYLAND
E_API Eina_Bool e_pixmap_dmabuf_test(struct linux_dmabuf_buffer *);
+#endif
static inline Eina_Bool
e_pixmap_is_x(const E_Pixmap *cp)