diff options
author | Jon Smirl <[email protected]> | 2005-05-14 14:54:38 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2005-05-14 14:54:38 +0000 |
commit | 1c606a9aa1d1fa79fe5c92f42651385917322d5f (patch) | |
tree | 2a7293ad9ba0bb580f4021af353af9b2d270e1af /src/egl/main/eglcontext.h | |
parent | 09f433b97cc8fa36452a49c3f062b9d9d0c33b9e (diff) |
Add empty placeholder for eglCopyContextMESA
Diffstat (limited to 'src/egl/main/eglcontext.h')
-rw-r--r-- | src/egl/main/eglcontext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/egl/main/eglcontext.h b/src/egl/main/eglcontext.h index 00635074201..d2c56fdb075 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 */ |