From 167b141e6eac1af5fc8fcd4129216a3125b08501 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 17 May 2005 02:12:26 +0000 Subject: added _eglInitPbufferSurface() --- src/egl/main/eglsurface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/egl/main/eglsurface.h') 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 */ -- cgit v1.2.3