diff options
Diffstat (limited to 'src/bin/e_pixmap.h')
-rw-r--r-- | src/bin/e_pixmap.h | 2 |
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) |