src/gui/egl/qegl_p.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/src/gui/egl/qegl_p.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/egl/qegl_p.h	Wed Aug 18 10:37:55 2010 +0300
@@ -224,6 +224,7 @@
     // 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);