egl: const _eglDriver

Converted using `s/_EGLDriver/const _EGLDriver/g` and dropped a couple
of irrelevant changes in comments, in the `_EGL_DRIVER_TYPECAST()` macro
and the typedef itself.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6129>
This commit is contained in:
Eric Engestrom
2020-07-31 01:38:41 +02:00
committed by Marge Bot
parent 81c0e2ab63
commit 9c6fa9421d
23 changed files with 283 additions and 283 deletions

View File

@@ -293,7 +293,7 @@ out:
* Destroy the contexts and surfaces that are linked to the display.
*/
void
_eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *display)
_eglReleaseDisplayResources(const _EGLDriver *drv, _EGLDisplay *display)
{
_EGLResource *list;