summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicssystem_gl.cpp
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-03-05 16:29:53 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2010-03-05 16:31:28 (GMT)
commit7d587efef35b3adbb3433a4baec1c5ee7105cf0b (patch)
tree9a91ea4dd498684fb5236512f427d2dc2ea03b47 /src/opengl/qgraphicssystem_gl.cpp
parentee07fff45d49e69d9a4f4474861a219af8d557f2 (diff)
downloadQt-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.cpp1
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);
}