egl: drop unused _EGLDriver from SetBlobCacheFuncsANDROID()
[mesa.git] / src / egl / main / eglcontext.h
index 2c6ebd19cb9c2eb6bcfdc48e81d9e7c1cbb7c387..e1d335e75365957a409950decfc64b1b26740e51 100644 (file)
@@ -74,7 +74,7 @@ _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp,
 
 
 extern EGLBoolean
-_eglQueryContext(_EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx, EGLint attribute, EGLint *value);
+_eglQueryContext(const _EGLDriver *drv, _EGLDisplay *disp, _EGLContext *ctx, EGLint attribute, EGLint *value);
 
 
 extern EGLBoolean