summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_gl_p.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-06-30 16:59:14 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-06-30 16:59:14 (GMT)
commit6a218a31de60ea6f3f75fb6df014ef7323a264d6 (patch)
tree7f58b6ae85fb37fe743a3540547f66e2027efe1e /src/opengl/qwindowsurface_gl_p.h
parent01648005f1f546dc0281155fecd94b4f47a94584 (diff)
downloadQt-6a218a31de60ea6f3f75fb6df014ef7323a264d6.zip
Qt-6a218a31de60ea6f3f75fb6df014ef7323a264d6.tar.gz
Qt-6a218a31de60ea6f3f75fb6df014ef7323a264d6.tar.bz2
Export various symbols needed to make a custom GL graphicssystem.
Merge-request: 2422 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl/qwindowsurface_gl_p.h')
-rw-r--r--src/opengl/qwindowsurface_gl_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opengl/qwindowsurface_gl_p.h b/src/opengl/qwindowsurface_gl_p.h
index 624236c..5e670fe 100644
--- a/src/opengl/qwindowsurface_gl_p.h
+++ b/src/opengl/qwindowsurface_gl_p.h
@@ -66,6 +66,8 @@ class QRegion;
class QWidget;
struct QGLWindowSurfacePrivate;
+Q_OPENGL_EXPORT QGLWidget* qt_gl_share_widget();
+
class QGLWindowSurfaceGLPaintDevice : public QGLPaintDevice
{
public: