diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-05 16:29:53 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-05 16:31:28 (GMT) |
commit | 7d587efef35b3adbb3433a4baec1c5ee7105cf0b (patch) | |
tree | 9a91ea4dd498684fb5236512f427d2dc2ea03b47 /src/opengl/qgraphicssystem_gl.cpp | |
parent | ee07fff45d49e69d9a4f4474861a219af8d557f2 (diff) | |
download | Qt-7d587efef35b3adbb3433a4baec1c5ee7105cf0b.zip Qt-7d587efef35b3adbb3433a4baec1c5ee7105cf0b.tar.gz Qt-7d587efef35b3adbb3433a4baec1c5ee7105cf0b.tar.bz2 |
Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl API
It's still just as buggy, but at least it allows us to remove a lot
of crud from qgl_x11egl.cpp.
Reviewed-By: TrustMe
Diffstat (limited to 'src/opengl/qgraphicssystem_gl.cpp')
-rw-r--r-- | src/opengl/qgraphicssystem_gl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qgraphicssystem_gl.cpp b/src/opengl/qgraphicssystem_gl.cpp index 3a399ae..a282e4c 100644 --- a/src/opengl/qgraphicssystem_gl.cpp +++ b/src/opengl/qgraphicssystem_gl.cpp @@ -62,7 +62,6 @@ QPixmapData *QGLGraphicsSystem::createPixmapData(QPixmapData::PixelType type) co if (type == QPixmapData::PixmapType && QX11GLPixmapData::hasX11GLPixmaps()) return new QX11GLPixmapData(); #endif - return new QGLPixmapData(type); } |