| Index: third_party/mesa/MesaLib/src/egl/main/eglapi.c
|
| ===================================================================
|
| --- third_party/mesa/MesaLib/src/egl/main/eglapi.c (revision 69281)
|
| +++ third_party/mesa/MesaLib/src/egl/main/eglapi.c (working copy)
|
| @@ -273,7 +273,7 @@
|
| eglGetDisplay(EGLNativeDisplayType nativeDisplay)
|
| {
|
| _EGLPlatformType plat = _eglGetNativePlatform();
|
| - _EGLDisplay *dpy = _eglFindDisplay(plat, (void *) nativeDisplay);
|
| + _EGLDisplay *dpy = _eglFindDisplay(plat, nativeDisplay);
|
| return _eglGetDisplayHandle(dpy);
|
| }
|
|
|
|
|