egl: replace _EGLDriver param with _EGLDisplay->Driver in _eglReleaseDisplayResources()
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6241>
This commit is contained in:

committed by
Marge Bot

parent
a76423e481
commit
485f8f89f9
@@ -207,7 +207,7 @@ _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
|
||||
|
||||
|
||||
extern void
|
||||
_eglReleaseDisplayResources(const _EGLDriver *drv, _EGLDisplay *disp);
|
||||
_eglReleaseDisplayResources(_EGLDisplay *disp);
|
||||
|
||||
|
||||
extern void
|
||||
|
Reference in New Issue
Block a user