summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qeglcontext_p.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-07-01 13:19:51 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-07-01 13:19:51 (GMT)
commit7727c6b2aa577f87e3d30adcf3fd96be5f62ded9 (patch)
tree7d191e3c74802af63975f50726dca16878684851 /src/gui/egl/qeglcontext_p.h
parentfb00d5003ac5d91953a95d8164180f8f56a2b0f2 (diff)
downloadQt-7727c6b2aa577f87e3d30adcf3fd96be5f62ded9.zip
Qt-7727c6b2aa577f87e3d30adcf3fd96be5f62ded9.tar.gz
Qt-7727c6b2aa577f87e3d30adcf3fd96be5f62ded9.tar.bz2
Adding func prototypes for EGL_NOK_swap_region2 extension.
Merge-request: 712 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/egl/qeglcontext_p.h')
-rw-r--r--src/gui/egl/qeglcontext_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/egl/qeglcontext_p.h b/src/gui/egl/qeglcontext_p.h
index ccde00d..cae8164 100644
--- a/src/gui/egl/qeglcontext_p.h
+++ b/src/gui/egl/qeglcontext_p.h
@@ -84,6 +84,7 @@ public:
bool doneCurrent();
bool lazyDoneCurrent();
bool swapBuffers(EGLSurface surface);
+ bool swapBuffersRegion2NOK(EGLSurface surface, const QRegion *region);
int configAttrib(int name) const;