From 7fa584254c3ed17b65211c6ae8e05bea66393d93 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 24 Jun 2014 15:05:49 +0200 Subject: Support translucent windows on eglfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-39834 Change-Id: I3f6b041c992365d611aa97a41bc37e80b764b78a Reviewed-by: Jørgen Lind --- src/gui/opengl/qopengltextureblitter_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/opengl/qopengltextureblitter_p.h') diff --git a/src/gui/opengl/qopengltextureblitter_p.h b/src/gui/opengl/qopengltextureblitter_p.h index c1dcaf5700..b4310e5f94 100644 --- a/src/gui/opengl/qopengltextureblitter_p.h +++ b/src/gui/opengl/qopengltextureblitter_p.h @@ -69,6 +69,7 @@ public: void release(); void setSwizzleRB(bool swizzle); + void setOpacity(float opacity); void blit(GLuint texture, const QMatrix4x4 &targetTransform, Origin sourceOrigin); void blit(GLuint texture, const QMatrix4x4 &targetTransform, const QMatrix3x3 &sourceTransform); -- cgit v1.2.3