From 1c606a9aa1d1fa79fe5c92f42651385917322d5f Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Sat, 14 May 2005 14:54:38 +0000 Subject: Add empty placeholder for eglCopyContextMESA --- src/egl/main/eglcontext.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/egl/main/eglcontext.h') diff --git a/src/egl/main/eglcontext.h b/src/egl/main/eglcontext.h index 0063507420..d2c56fdb07 100644 --- a/src/egl/main/eglcontext.h +++ b/src/egl/main/eglcontext.h @@ -61,4 +61,7 @@ extern EGLBoolean _eglMakeCurrent(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); +extern EGLBoolean +_eglCopyContextMESA(_EGLDriver *drv, EGLDisplay dpy, EGLContext source, EGLContext dest, unsigned long mask); + #endif /* EGLCONTEXT_INCLUDED */ -- cgit v1.2.3