summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-07-01 14:30:09 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-07-01 14:31:39 (GMT)
commit7631458b5b1c265c77dc9310463734960a3ff364 (patch)
tree37eb4b723da32bc9a2c4a815e7369b095de0b675 /src/gui/egl
parent401bfd7dd1f2fd4fbcea49206b3f8c6febc545ea (diff)
downloadQt-7631458b5b1c265c77dc9310463734960a3ff364.zip
Qt-7631458b5b1c265c77dc9310463734960a3ff364.tar.gz
Qt-7631458b5b1c265c77dc9310463734960a3ff364.tar.bz2
Added another missing EGL stub.
Reviewed-by: Shane Kearns
Diffstat (limited to 'src/gui/egl')
-rw-r--r--src/gui/egl/qegl_stub.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/egl/qegl_stub.cpp b/src/gui/egl/qegl_stub.cpp
index e7bb748..1adb56c 100644
--- a/src/gui/egl/qegl_stub.cpp
+++ b/src/gui/egl/qegl_stub.cpp
@@ -176,6 +176,14 @@ bool QEglContext::swapBuffers(EGLSurface surface)
return false;
}
+bool QEglContext::swapBuffersRegion2NOK(EGLSurface surface, const QRegion *region)
+{
+ Q_UNUSED(surface)
+ Q_UNUSED(region)
+ NOEGL
+ return false;
+}
+
int QEglContext::configAttrib(int name) const
{
Q_UNUSED(name)