summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-dma-buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-dma-buf.h')
-rw-r--r--src/wayland/meta-wayland-dma-buf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-dma-buf.h b/src/wayland/meta-wayland-dma-buf.h
index b7f712d8d..a3c3b7f60 100644
--- a/src/wayland/meta-wayland-dma-buf.h
+++ b/src/wayland/meta-wayland-dma-buf.h
@@ -31,6 +31,7 @@
#include <glib-object.h>
#include "cogl/cogl.h"
+#include "meta/meta-multi-texture.h"
#include "wayland/meta-wayland-types.h"
#define META_TYPE_WAYLAND_DMA_BUF_BUFFER (meta_wayland_dma_buf_buffer_get_type ())
@@ -43,7 +44,7 @@ gboolean meta_wayland_dma_buf_init (MetaWaylandCompositor *compositor);
gboolean
meta_wayland_dma_buf_buffer_attach (MetaWaylandBuffer *buffer,
- CoglTexture **texture,
+ MetaMultiTexture **texture,
GError **error);
MetaWaylandDmaBufBuffer *