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:

committed by
Marge Bot

parent
81c0e2ab63
commit
9c6fa9421d
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user