summaryrefslogtreecommitdiff
path: root/src/core/compositor/compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/compositor/compositor.h')
-rw-r--r--src/core/compositor/compositor.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/compositor/compositor.h b/src/core/compositor/compositor.h
index 7c6590134..21263150b 100644
--- a/src/core/compositor/compositor.h
+++ b/src/core/compositor/compositor.h
@@ -124,13 +124,7 @@ public:
virtual QSize size() = 0;
// Whether frame needs an alpha channel.
- //
- // In software mode, the image format can be either
- // QImage::Format_ARGB32_Premultiplied or
- // QImage::Format_RGBA8888_Premultiplied
- //
- // In OpenGL mode, the texture format is either GL_RGBA or GL_RGB.
- virtual bool hasAlphaChannel() = 0;
+ virtual bool requiresAlphaChannel() = 0;
// (Software) QImage of the frame.
//