summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl_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/qegl_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/qegl_p.h')
-rw-r--r--src/gui/egl/qegl_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/egl/qegl_p.h b/src/gui/egl/qegl_p.h
index 4fc1338..c214e88 100644
--- a/src/gui/egl/qegl_p.h
+++ b/src/gui/egl/qegl_p.h
@@ -224,6 +224,7 @@ namespace QEgl {
// Extension functions
Q_GUI_EXPORT EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
Q_GUI_EXPORT EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img);
+ Q_GUI_EXPORT EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint count, const EGLint *rects);
#ifdef Q_WS_X11
Q_GUI_EXPORT VisualID getCompatibleVisualId(EGLConfig config);