From ab2d5162039bd7dac6547a5984dbe6e19b7d835c Mon Sep 17 00:00:00 2001 From: Louai Al-Khanji Date: Fri, 19 Feb 2016 15:58:33 -0800 Subject: QtWaylandCompositor: Add support for different EGL buffer formats Change-Id: Idfeeedbf247fa81dccdf28a1aa04f878900ed262 Reviewed-by: Giulio Camuffo --- .../compositor/wayland-egl/waylandeglclientbufferintegration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.h') diff --git a/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.h b/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.h index 18893645a..57e83717a 100644 --- a/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.h +++ b/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.h @@ -53,7 +53,7 @@ public: void initializeHardware(struct ::wl_display *display) Q_DECL_OVERRIDE; void initializeBuffer(struct ::wl_resource *buffer) Q_DECL_OVERRIDE; - int textureTargetForBuffer(struct ::wl_resource *buffer) const Q_DECL_OVERRIDE; + QWaylandBufferRef::BufferFormatEgl bufferFormat(struct ::wl_resource *buffer) Q_DECL_OVERRIDE; void bindTextureToBuffer(struct ::wl_resource *buffer) Q_DECL_OVERRIDE; void updateTextureForBuffer(struct ::wl_resource *buffer) Q_DECL_OVERRIDE; -- cgit v1.2.3