summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsurface.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-17 02:12:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-17 02:12:26 +0000
commit167b141e6eac1af5fc8fcd4129216a3125b08501 (patch)
treed877264fd0e2b2ec39d951ffe1c1b99fb185dd6b /src/egl/main/eglsurface.h
parentd06da508880e9baee403b0d0046764b31087cdfd (diff)
added _eglInitPbufferSurface()
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r--src/egl/main/eglsurface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h
index 2f0e07c53c..4853edfcd1 100644
--- a/src/egl/main/eglsurface.h
+++ b/src/egl/main/eglsurface.h
@@ -93,4 +93,8 @@ _eglSwapInterval(_EGLDriver *drv, EGLDisplay dpy, EGLint interval);
+extern EGLSurface
+_eglInitPbufferSurface(_EGLSurface *surface, _EGLDriver *drv, EGLDisplay dpy,
+ EGLConfig config, const EGLint *attrib_list);
+
#endif /* EGLSURFACE_INCLUDED */